Excel.Interfaces.DocumentPropertiesLoadOptions interface
Represents workbook properties.
Remarks
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
category
The category of the workbook.
category?: boolean;
Property Value
boolean
Remarks
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
company
The company of the workbook.
company?: boolean;
Property Value
boolean
Remarks
creationDate
Gets the creation date of the workbook.
creationDate?: boolean;
Property Value
boolean
Remarks
keywords
The keywords of the workbook.
keywords?: boolean;
Property Value
boolean
Remarks
lastAuthor
Gets the last author of the workbook.
lastAuthor?: boolean;
Property Value
boolean
Remarks
manager
The manager of the workbook.
manager?: boolean;
Property Value
boolean
Remarks
revisionNumber
Gets the revision number of the workbook.
revisionNumber?: boolean;
Property Value
boolean
Remarks
subject
The subject of the workbook.
subject?: boolean;
Property Value
boolean
Remarks
title
The title of the workbook.
title?: boolean;
Property Value
boolean
Remarks
Office Add-ins