WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells FOSS for .NET.
Represents workbook properties.
Properties: BackupFile, Calculation, CodeName, DefaultThemeVersion, FilterPrivacy, HidePivotFieldList, and 7 more.
Description
WorkbookProperties is a class in the Aspose.Cells FOSS library for .NET that exposes 0 methods and 13 properties for programmatic use.
The class also provides the Protection property (gets the protection), the View property (gets the view), the Calculation property (gets the calculation).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CodeName | string | Read/Write | Gets or sets the code name. |
ShowObjects | string | Read/Write | Gets or sets the show objects. |
FilterPrivacy | bool | Read/Write | Gets or sets the filter privacy. |
ShowBorderUnselectedTables | bool | Read/Write | Gets or sets the show border unselected tables. |
ShowInkAnnotation | bool | Read/Write | Gets or sets the show ink annotation. |
BackupFile | bool | Read/Write | Gets or sets the backup file. |
SaveExternalLinkValues | bool | Read/Write | Gets or sets the save external link values. |
UpdateLinks | string | Read/Write | Gets or sets the update links. |
HidePivotFieldList | bool | Read/Write | Gets or sets the hide pivot field list. |
DefaultThemeVersion | int? | Read/Write | Gets or sets the default theme version. |
Protection | WorkbookProtection | Read | Gets the protection. |
View | WorkbookView | Read | Gets the view. |
Calculation | CalculationProperties | Read | Gets the calculation. |