Initializes a new instance of the ReplaceItemCommand class.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public ReplaceItemCommand<T> ( |
Visual Basic
![]() |
---|
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.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |