Search
UndoableCollection(T).trackReplace Method
See Also
 






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

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

protected void trackReplace (
    int index,
    T item,
    T newItem
)

 Parameters

index

item

newItem

 See Also