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

In This Topic
    ICustomDocumentPropertyCollection Interface Members
    In This Topic

    The following tables list the members exposed by ICustomDocumentPropertyCollection.

    Public Properties
     NameDescription
     Property Gets the number of document property in the collection. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     PropertyGets the IDocumentProperty with the specified name. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Creates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.  
     MethodCreates a new IDocumentProperty and adds it to the list of custom document properties that are available for the current IWorkbook.  
     Method Removes all properties from the collection. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     MethodDetermines whether the document property with specified name is contained in IDocumentPropertyCollection. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     Method Gets the index of a property by name. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     Method Removes a property with the specified name from the collection. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     Method Removes a property at the specified index. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
    Top
    See Also