Excel.Interfaces.DocumentPropertiesUpdateData interface
An interface for updating data on the DocumentProperties object, for use in documentProperties.set({ ... }).
Properties
| 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. |
| keywords | The keywords 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
author
The author of the workbook.
author?: string;
Property Value
string
Remarks
category
The category of the workbook.
category?: string;
Property Value
string
Remarks
comments
The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
comments?: string;
Property Value
string
Remarks
company
The company of the workbook.
company?: string;
Property Value
string
Remarks
keywords
The keywords of the workbook.
keywords?: string;
Property Value
string
Remarks
manager
The manager of the workbook.
manager?: string;
Property Value
string
Remarks
revisionNumber
Gets the revision number of the workbook.
revisionNumber?: number;
Property Value
number
Remarks
subject
The subject of the workbook.
subject?: string;
Property Value
string