GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface / Contains Method
The document property name.
In This Topic
Contains Method (IDocumentPropertyCollection)
In This Topic
Determines whether the document property with specified name is contained in IDocumentPropertyCollection.
Syntax
System.bool Contains( 
   System.string name
)

Parameters

name
The document property name.

Return Value

Whether the document property name is contained.
See Also