ReadOnlyDocumentProperties Properties
Stores document properties retrieved from a workbook by the Workbook.LoadDocumentProperties method.| Name | Description |
|---|---|
| Application | Returns the name of the application used to create or modify the document. |
| Author | Returns the name of the document’s author. |
| Category | Returns the document content category. |
| Company | Returns the name of the company associated with the document. |
| ContentStatus | Returns the status of document content (e.g., “Draft”, “Reviewed”, or “Final”). |
| Created | Returns the date and time when the document was created. |
| Custom | Returns custom document properties associated with a workbook. |
| Description | Returns the document content description. |
| DocumentRevision | Returns the number of document revisions. |
| DocumentVersion | Returns the document’s version. |
| Keywords | Returns the delimited set of keywords used for search and indexing. |
| LastModifiedBy | Returns the name of the user who last modified and saved the document. |
| Manager | Returns the manager name. |
| Modified | Returns the date and time when the document was last saved. |
| Printed | Returns the date and time when the document was last printed. |
| Security | Returns the security level of the document. |
| Subject | Returns the document’s subject. |
| Title | Returns the document’s title. |
| Version | Returns the version of the application used to create or modify the document. |
See Also