Click or drag to resize

ExcelDocumentProperties Class

The document properties like title, subject, keywords, author, etc.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelDocumentProperties

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelDocumentProperties

The ExcelDocumentProperties type exposes the following members.

Properties
 NameDescription
Public propertyApplicationName Gets or sets the name of the application that created the document.
Public propertyAuthor Gets or sets the document author.
Public propertyBytesNumber Gets or sets the number of bytes in document.
Public propertyCategory Gets or sets the document category.
Public propertyCharsNumber Gets or sets the number of characters in document.
Public propertyComments Gets or sets the document comments.
Public propertyCompany Gets or sets the document company.
Public propertyCreationDate Gets or sets the document creation date.
Public propertyHiddenSlidesNumber Gets or sets the number of hidden slides in document.
Public propertyKeywords Gets or sets the document keywords.
Public propertyLastAuthor Gets or sets the document last author.
Public propertyLastPrintDate Gets or sets the last print date of the document.
Public propertyLastSaveTime Gets or sets the document last save time.
Public propertyLinesNumber Gets or sets the number of lines in document
Public propertyManager Gets or sets the document manager.
Public propertyMultimediaClipsNumber Gets or sets the number of multimedia clips in document.
Public propertyNotesNumber Gets or sets the number of notes in document
Public propertyPagesNumber Gets or sets the number of pages in document.
Public propertyParagraphsNumber Gets or sets the number of paragraphs in document
Public propertyRevisionNumber Gets or sets the document revision number.
Public propertySlidesNumber Gets or sets the document number od slides
Public propertySubject Gets or sets the document subject.
Public propertyTemplate Gets or sets the document template.
Public propertyTitle Gets or sets the document title.
Public propertyTotalEditingTime Gets or sets the total editing time of the document.
Public propertyWordsNumber Gets or sets the number of words in document.
Top
See Also