Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemList<T> Interface / set Method
The zero-based index of the item.
The object is being set to the specified index.
In This Topic
    set Method
    In This Topic
    Sets the item at the given zero-based index.
    Syntax
    void set( 
       int index,
       T value
    )

    Parameters

    index
    The zero-based index of the item.
    value
    The object is being set to the specified index.
    See Also