Search
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: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

protected void trackAdd (
    int index,
    T item
)

 Parameters

index

item

 See Also