GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface
Properties Methods

IDocumentPropertyCollection Interface Members

The following tables list the members exposed by IDocumentPropertyCollection.

Public Properties
 NameDescription
 Property Gets the number of document property in the collection.  
 PropertyOverloaded. Gets the IDocumentProperty with the specified name.  
Top
Public Methods
 NameDescription
 Method Removes all properties from the collection.  
 MethodDetermines whether the document property with specified name is contained in IDocumentPropertyCollection.  
 Method Gets the index of a property by name.  
 Method Removes a property with the specified name from the collection.  
 Method Removes a property at the specified index.  
Top
See Also