Search
UndoableCollection(T).trackMove Method
See Also
 






Moves the specified item to another position. If undo is enabled, the item is moved through a command. Otherwise, the item is moved directly.

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

 Syntax

Java  Copy Code

protected void trackMove (
    int fromIndex,
    int toIndex,
    T item
)

 Parameters

fromIndex

toIndex

item

 See Also