WorkbookPropertiesModel

WorkbookPropertiesModel

Overview

WorkbookPropertiesModel is a class in Aspose.Cells FOSS for .NET.

Represents workbook properties model.

Properties

NameTypeAccessDescription
CodeNamestringRead/WriteGets or sets the VBA code name of the workbook
ShowObjectsstringRead/WriteGets or sets how objects are displayed in the workbook
FilterPrivacyboolRead/WriteIndicates whether filter privacy is enabled
ShowBorderUnselectedTablesboolRead/WriteIndicates if borders of unselected tables are shown
ShowInkAnnotationboolRead/WriteIndicates whether ink annotations are visible
BackupFileboolRead/Write
SaveExternalLinkValuesboolRead/Write
UpdateLinksstringRead/WriteGets or sets the behavior for updating external links
HidePivotFieldListboolRead/WriteIndicates whether the pivot field list is hidden
DefaultThemeVersionint?Read/WriteGets or sets the default theme version, if any
ProtectionWorkbookProtectionModelReadProvides access to workbook protection settings
ViewWorkbookViewModelRead
CalculationCalculationPropertiesModelReadProvides access to calculation properties of the workbook

Methods

SignatureDescription
WorkbookPropertiesModel()Constructs a new workbook properties model instance
CopyFrom(source: WorkbookPropertiesModel)The source.
HasWorkbookPropertiesState()if the condition is met; otherwise, .

See Also