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

In This Topic
    IBuiltInDocumentPropertyCollection Interface Members
    In This Topic

    The following tables list the members exposed by IBuiltInDocumentPropertyCollection.

    Public Properties
     NameDescription
     Property Gets or sets the name of the document's author.  
     Property Gets or sets the category of the document.  
     Property Gets or sets the document comments.  
     Property Gets or sets the company property.  
     Property Gets or sets the content status of the document.  
     Property Gets or sets the content type of the document.  
     Property Gets the number of document property in the collection. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     Property Gets or sets date of the document creation in local timezone.  
     Property Gets or sets the version of the file.  
     Property Gets or sets the hyperlinkbase property.  
     PropertyGets the IDocumentProperty with the specified name. (Inherited from GrapeCity.Documents.Excel.IDocumentPropertyCollection)
     Property Gets or sets the document keywords.  
     Property Gets or sets the document's language.  
     Property Gets or sets the Universal time when the document was last printed.  
     Property Gets or sets the name of the last author.  
     Property Gets or sets the time of the last save in local timezone.  
     Property Gets or sets whether hyperlinks in a document are up-to-date.  
     Property Gets or sets the manager property.  
     Property Gets or sets the name of the application.  
     Property Gets or sets an estimate of the number of pages in the document.  
     Property Gets or sets the document revision number.  
     Property Gets or sets the display mode of the document thumbnail.  
     Property Gets or sets the subject of the document.  
     Property Gets or sets the informational name of the document template.  
     Property Gets or sets the title of the document.  
     Property Gets or sets the total editing time in minutes.  
     Property Gets or sets an estimate of the number of words in the document.  
    Top
    Public Methods
     NameDescription
     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