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

 Syntax

Java  Copy Code

protected void trackRemove (
    int index,
    T item
)

 Parameters

index

item

 See Also