Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemCollection<T> Interface / add Method
The item to add to the collection.
In This Topic
    add Method
    In This Topic
    Adds an item to the collection.
    Syntax
    void add( 
       T newItem
    )

    Parameters

    newItem
    The item to add to the collection.
    See Also