XlDocumentOptions Properties
Provides options that specify the Document Properties of the resulting Excel file.| Name | Description |
|---|---|
| Application | Specifies a string to be added as the Program name property of the resulting XLS file. |
| Author | Specifies a string to be added as the Authors property of the resulting XLS file. |
| Category | Specifies a string to be added as the Categories property of the resulting XLS file. |
| Comments | Specifies a string to be added as the Comments property of the resulting XLS file. |
| Company | Specifies a string to be added as the Company property of the resulting XLS file. |
| Subject | Specifies a string to be added as the Subject property of the resulting XLS file. |
| Tags | Specifies a string to be added as the Tags property of the resulting XLS file. |
| Title | Specifies a string to be added as the Title property of the resulting XLS file. |
See Also