Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / IItemCollection<T> Interface / remove Method
The object to remove.
In This Topic
    remove Method
    In This Topic
    Removes the specified item reference from the collection or view.
    Syntax
    boolean remove( 
       T removeItem
    )

    Parameters

    removeItem
    The object to remove.

    Return Value

    @code:true if item is successfully removed; otherwise, @code:false.
    See Also