Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemList<T> Interface / insert Method
The zero-based index at which to insert the item.
The item to insert.
In This Topic
    insert Method
    In This Topic
    Inserts an element into the collection at the specified index.
    Syntax
    void insert( 
       int index,
       T item
    )

    Parameters

    index
    The zero-based index at which to insert the item.
    item
    The item to insert.
    See Also