MindFusion.Wpf Pack Programmer's Guide
UndoableCollection(T).TrackRemove Method
See Also
 





Removes the specified item to the collection. If undo is enabled, the item is removed through a command. Otherwise, the item is removed directly.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected void TrackRemove (
    int index,
    T item
)

Visual Basic  Copy Code

Protected Sub TrackRemove( _
    index As Integer, _
    item As T _
)

 Parameters

index

A zero-based index specifying the position of the item in the collection.

item

The item to remove.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace