Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemList<T> Interface / indexOf Method
The object to look for in the collection.
In This Topic
    indexOf Method
    In This Topic
    Returns the index in this collection where the specified item is located.
    Syntax
    int indexOf( 
       T item
    )

    Parameters

    item
    The object to look for in the collection.

    Return Value

    The index of the item in the collection, or -1 if the item does not exist in the collection.
    See Also