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

    Parameters

    index
    The zero-based index of the element to remove.
    See Also