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





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

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

 Syntax

C#  Copy Code

protected void TrackAdd (
    int index,
    T item
)

Visual Basic  Copy Code

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

 Parameters

index

item

 See Also

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