Search
UndoableCollection(T).indexOf Method
See Also
 






Searches for the specified item and returns the zero-based index of the first occurrence within the entire collection.

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

 Syntax

Java  Copy Code

public int indexOf (
    T item
)

 Parameters

item

The item to locate in the collection.

 Return Value

The zero-based index of the first occurrence of item within the collection, if found; otherwise, -1.

 See Also