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.
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. |