Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemList<T> Interface / get Method
The zero-based index of the item.
In This Topic
    get Method
    In This Topic
    Gets the item at the given zero-based index.
    Syntax
    T get( 
       int index
    )

    Parameters

    index
    The zero-based index of the item.

    Return Value

    The object retrieved.
    See Also