Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IDocumentPropertyCollection Interface / remove Method
The case-insensitive name of the property.
In This Topic
    remove Method
    In This Topic
    Removes a property with the specified name from the collection.
    Syntax
    void remove( 
       java.lang.String name
    )

    Parameters

    name
    The case-insensitive name of the property.
    See Also