WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells FOSS for C++.
Represents workbook properties.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
WorkbookProperties | WorkbookProperties | Read |
Methods
| Signature | Description |
|---|---|
WorkbookProperties() → WorkbookProperties | Constructs a WorkbookProperties wrapping the specified workbook model. |
GetCodeName() → std::string | Gets or sets the code name. |
SetCodeName(value: std::string_view) | |
GetShowObjects() → std::string | Gets or sets the show objects. |
SetShowObjects(value: std::string_view) | |
GetFilterPrivacy() → bool | Gets or sets a value indicating whether filter privacy. |
SetFilterPrivacy(value: bool) | |
GetShowBorderUnselectedTables() → bool | Gets or sets a value indicating whether show border unselected tables. |
SetShowBorderUnselectedTables(value: bool) | |
GetShowInkAnnotation() → bool | Gets or sets a value indicating whether show ink annotation. |
SetShowInkAnnotation(value: bool) | |
GetBackupFile() → bool | Gets or sets a value indicating whether backup file. |
SetBackupFile(value: bool) | |
GetSaveExternalLinkValues() → bool | Gets or sets a value indicating whether save external link values. |
SetSaveExternalLinkValues(value: bool) | |
GetUpdateLinks() → std::string | Gets or sets the update links. |
SetUpdateLinks(value: std::string_view) | |
GetHidePivotFieldList() → bool | Gets or sets a value indicating whether hide pivot field list. |
SetHidePivotFieldList(value: bool) | |
GetDefaultThemeVersion() → std::optional<int> | Gets or sets the default theme version. |
SetDefaultThemeVersion(value: std::optional<int>) |