Initializes a new instance of the ResetCollectionCommand class.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public ResetCollectionCommand<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The Workbook modified by this command.
The collection which is cleared.
See Also