Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IDocumentPropertyCollection Interface / get Method / get(String) Method
Specifies the name of an element in the collection.
In This Topic
    get(String) Method
    In This Topic
    Returns the IDocumentProperty object with the specified name.
    Syntax
    IDocumentProperty get( 
       java.lang.String name
    )

    Parameters

    name
    Specifies the name of an element in the collection.
    See Also