WorkbookProperties

WorkbookProperties

Overview

WorkbookProperties is a class in Aspose.Cells FOSS for C++.

Represents workbook properties.

Properties

NameTypeAccessDescription
WorkbookPropertiesWorkbookPropertiesRead

Methods

SignatureDescription
WorkbookProperties()WorkbookPropertiesConstructs a WorkbookProperties wrapping the specified workbook model.
GetCodeName()std::stringGets or sets the code name.
SetCodeName(value: std::string_view)
GetShowObjects()std::stringGets or sets the show objects.
SetShowObjects(value: std::string_view)
GetFilterPrivacy()boolGets or sets a value indicating whether filter privacy.
SetFilterPrivacy(value: bool)
GetShowBorderUnselectedTables()boolGets or sets a value indicating whether show border unselected tables.
SetShowBorderUnselectedTables(value: bool)
GetShowInkAnnotation()boolGets or sets a value indicating whether show ink annotation.
SetShowInkAnnotation(value: bool)
GetBackupFile()boolGets or sets a value indicating whether backup file.
SetBackupFile(value: bool)
GetSaveExternalLinkValues()boolGets or sets a value indicating whether save external link values.
SetSaveExternalLinkValues(value: bool)
GetUpdateLinks()std::stringGets or sets the update links.
SetUpdateLinks(value: std::string_view)
GetHidePivotFieldList()boolGets 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>)

See Also