Excel.Interfaces.DocumentPropertiesLoadOptions interface

Represents workbook properties.

Remarks

[ API set: ExcelApi 1.7 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

author

The author of the workbook.

category

The category of the workbook.

comments

The comments of the workbook.

company

The company of the workbook.

creationDate

Gets the creation date of the workbook.

keywords

The keywords of the workbook.

lastAuthor

Gets the last author of the workbook.

manager

The manager of the workbook.

revisionNumber

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 LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: 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 of 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 ]