Excel.Interfaces.DocumentPropertiesData interface

Warning

This API is now deprecated.

An interface describing the data returned by calling documentProperties.toJSON().

Properties

author

The author of the workbook.

category

The category of the workbook.

comments

The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.

company

The company of the workbook.

creationDate

Gets the creation date of the workbook.

custom

Gets the collection of custom properties 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

author

Warning

This API is now deprecated.

The author of the workbook.

author?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

category

Warning

This API is now deprecated.

The category of the workbook.

category?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

comments

Warning

This API is now deprecated.

The comment field in the metadata of the workbook. These have no connection to comments by users made in the workbork.

comments?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

company

Warning

This API is now deprecated.

The company of the workbook.

company?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

creationDate

Warning

This API is now deprecated.

Gets the creation date of the workbook.

creationDate?: Date;

Property Value

Date

Remarks

[ API set: ExcelApi 1.7 ]

custom

Warning

This API is now deprecated.

Gets the collection of custom properties of the workbook.

custom?: Excel.Interfaces.CustomPropertyData[];

Property Value

Remarks

[ API set: ExcelApi 1.7 ]

keywords

Warning

This API is now deprecated.

The keywords of the workbook.

keywords?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

lastAuthor

Warning

This API is now deprecated.

Gets the last author of the workbook.

lastAuthor?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

manager

Warning

This API is now deprecated.

The manager of the workbook.

manager?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

revisionNumber

Warning

This API is now deprecated.

Gets the revision number of the workbook.

revisionNumber?: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.7 ]

subject

The subject of the workbook.

subject?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]

title

The title of the workbook.

title?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.7 ]