Initializes a new instance of the ReplaceItemCommand class.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public ReplaceItemCommand<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The Workbook modified by this command.
The collection in which the item is replaced.
The zero-based index of the item within the collection.
The item that should be replaced in the collection.
The new item at the specified index.
See Also