DocumentProperties Properties
Contains basic document properties associated with a workbook.| Name | Description |
|---|---|
| Application | Gets or sets the name of the application used to create or modify the document. |
| Author | Gets or sets the name of the document’s author. |
| Category | Gets or sets the categorization of the document content. |
| Company | Gets or sets the name of the company associated with the document. |
| ContentStatus | Gets or sets the status of the content (e.g., “Draft”, “Reviewed”, or “Final”). |
| Created | Gets or sets the date and time when the document was created. |
| Custom | Provides access to the custom document properties associated with a workbook. |
| Description | Gets or sets the explanation of the document content. |
| DocumentRevision | Gets or sets the document’s revision number. |
| DocumentVersion | Gets or sets the document’s version number. |
| Keywords | Gets or sets the delimited set of keywords to support searching and indexing. |
| LastModifiedBy | Gets or sets the name of the user who last modified and saved the current document. |
| Manager | Gets or sets the manager name. |
| Modified | Gets or sets the date and time on which the document was last saved. |
| Printed | Gets or sets the date and time on which the document was last printed. |
| Security | Gets or sets the security level of the document. |
| Subject | Gets or sets the subject of the document. |
| Title | Gets or sets the title of the document. |
| Version | Gets or sets the version of the application used to create or modify the document. |
See Also