Excel.Interfaces.DocumentPropertiesLoadOptions interface
Represents workbook properties.
Remarks
[Api set: ExcelApi 1.7]
Properties
| $all | Specifying |
| author | The author of the workbook. |
| category | The category of the workbook. |
| comments | The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook. |
| company | The company of the workbook. |
| creation |
Gets the creation date of the workbook. |
| keywords | The keywords of the workbook. |
| last |
Gets the last author of the workbook. |
| manager | The manager of the workbook. |
| revision |
Gets the revision number of the workbook. |
| subject | The subject of the workbook. |
| title | The title of the workbook. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
author
The author of the workbook.
author?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
category
The category of the workbook.
category?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
comments
The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
comments?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
company
The company of the workbook.
company?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
creationDate
Gets the creation date of the workbook.
creationDate?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
keywords
The keywords of the workbook.
keywords?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
lastAuthor
Gets the last author of the workbook.
lastAuthor?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
manager
The manager of the workbook.
manager?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
revisionNumber
Gets the revision number of the workbook.
revisionNumber?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
subject
The subject of the workbook.
subject?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]
title
The title of the workbook.
title?: boolean;
Property Value
boolean
Remarks
[Api set: ExcelApi 1.7]