Enumeration of available built-in document properties.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
public enum BuiltInDocumentProperties
Members
| Member name | Value | Description | |
|---|---|---|---|
| Title | 0 | Title of the document. | |
| Author | 1 | Name of the document's author. | |
| Subject | 2 | Subject of the document. | |
| Comments | 3 | Document comments. | |
| Category | 4 | Category of the document. | |
| Status | 5 | Status of the document. | |
| Keywords | 6 | Document keywords. | |
| LastSavedBy | 7 | Name of the last author. | |
| Manager | 8 | Manager. | |
| Company | 9 | Company. | |
| HyperlinkBase | 10 | Base hyperlink. |
See Also