Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IDocumentPropertyCollection Interface / contains Method
The document property name.
In This Topic
    contains Method
    In This Topic
    Determines whether the document property with specified name is contained in IDocumentPropertyCollection.
    Syntax
    boolean contains( 
       java.lang.String name
    )

    Parameters

    name
    The document property name.

    Return Value

    Whether the document property name is contained.
    See Also