WorkbookPropertiesModel

WorkbookPropertiesModel

Overview

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

Represents workbook properties model.

This class provides 34 methods for working with WorkbookPropertiesModel objects in C++ programs. Available methods include: CalculationPropertiesModel, CopyFrom, GetBackupFile, GetCalculation, GetCodeName, GetDefaultThemeVersion, GetFilterPrivacy, GetHidePivotFieldList, GetProtection, GetSaveExternalLinkValues, GetShowBorderUnselectedTables, GetShowInkAnnotation, and 16 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: CalculationPropertiesModel, WorkbookProtectionModel, WorkbookViewModel.

Accessor Methods

NameTypeAccessDescription
WorkbookProtectionModelWorkbookProtectionModelReadGets the workbook protection model.
WorkbookViewModelWorkbookViewModelReadGets the workbook view model.
CalculationPropertiesModelCalculationPropertiesModelReadGets the calculation properties model.

Methods

SignatureDescription
WorkbookProtectionModel()WorkbookProtectionModelGets the protection.
WorkbookProtectionModel()WorkbookProtectionModelCalls WorkbookProtectionModel on this WorkbookPropertiesModel instance.
WorkbookViewModel()WorkbookViewModelGets the view.
WorkbookViewModel()WorkbookViewModelCalls WorkbookViewModel on this WorkbookPropertiesModel instance.
CalculationPropertiesModel()CalculationPropertiesModelGets the calculation.
CalculationPropertiesModel()CalculationPropertiesModelCalls CalculationPropertiesModel on this WorkbookPropertiesModel instance.
GetCodeName()std::stringGets or sets the code name.
SetCodeName(value: std::string)Sets the code name value.
GetShowObjects()std::stringGets or sets the show objects.
SetShowObjects(value: std::string)Sets the show objects value.
GetFilterPrivacy()boolGets or sets a value indicating whether filter privacy.
SetFilterPrivacy(value: bool)Sets the filter privacy value.
GetShowBorderUnselectedTables()boolGets or sets a value indicating whether show border unselected tables.
SetShowBorderUnselectedTables(value: bool)Sets the show border unselected tables value.
GetShowInkAnnotation()boolGets or sets a value indicating whether show ink annotation.
SetShowInkAnnotation(value: bool)Sets the show ink annotation value.
GetBackupFile()boolGets or sets a value indicating whether backup file.
SetBackupFile(value: bool)Sets the backup file value.
GetSaveExternalLinkValues()boolGets or sets a value indicating whether save external link values.
SetSaveExternalLinkValues(value: bool)Sets the save external link values value.
GetUpdateLinks()std::stringGets or sets the update links.
SetUpdateLinks(value: std::string)Sets the update links value.
GetHidePivotFieldList()boolGets or sets a value indicating whether hide pivot field list.
SetHidePivotFieldList(value: bool)Sets the hide pivot field list value.
GetDefaultThemeVersion()std::optional<int>Gets or sets the default theme version.
SetDefaultThemeVersion(value: std::optional<int>)Sets the default theme version value.
GetProtection()WorkbookProtectionModelGets the protection.
GetProtection()WorkbookProtectionModelReturns the protection.
GetView()WorkbookViewModelGets the view.
GetView()WorkbookViewModelReturns the view.
GetCalculation()CalculationPropertiesModelGets the calculation.
GetCalculation()CalculationPropertiesModelReturns the calculation.
CopyFrom(source: WorkbookPropertiesModel)Copies values from the specified source. The source.
HasWorkbookPropertiesState()boolPerforms has workbook properties state. true if the condition is met; otherwise, false.

See Also

 English