Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IDocumentPropertyCollection Interface
Properties Methods

In This Topic
    IDocumentPropertyCollection Interface Members
    In This Topic

    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