XlDocumentProperties Properties
Contains basic document properties associated with a workbook.| Name | Description |
|---|---|
| Application | Specifies the name of the application where the document was created. |
| Author | Specifies the author of the workbook. |
| Category | Specifies the category of the document content. |
| Company | Specifies a company associated with the workbook. |
| Created | Specifies the date and time when the workbook was created. |
| Custom | Provides access to the custom document properties associated with a workbook. |
| Description | Gets or sets the description of the document content. |
| Keywords | Specifies the set of keywords to support searching and indexing. |
| Manager | Specifies the name of the manager associated with the workbook. |
| Security | Specifies 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 where the document was created. |
See Also