MindFusion.Java Package Programmer's Guide
UndoableCollection(T).get Method
See Also
 






Gets the item at the specified index.

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

 Syntax

Java  Copy Code

public T get (
    int index
)

 Parameters

index

The zero-based index of the item to get.

 Return Value

The item at the specified index.

 See Also

UndoableCollection(T) Members
UndoableCollection(T) Class
com.mindfusion.spreadsheet Namespace