WorkbookProperties
Overview
WorkbookProperties is a class in Aspose.Cells for NET.
WorkbookProperties.CodeName specifies the internal VBA project name of the workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CodeName | string | Read/Write | Specifies the internal VBA project name of the workbook |
ShowObjects | string | Read/Write | Determines which objects (e.g., charts, shapes) are displayed |
FilterPrivacy | bool | Read/Write | Specifies whether the workbook’s filter privacy setting is enabled |
ShowBorderUnselectedTables | bool | Read/Write | Determines if borders are shown around unselected tables |
ShowInkAnnotation | bool | Read/Write | Controls whether ink annotations are visible in the workbook |
BackupFile | bool | Read/Write | Indicates whether a backup copy of the workbook is created on save |
SaveExternalLinkValues | bool | Read/Write | Specifies if external link values are saved with the workbook |
UpdateLinks | string | Read/Write | Defines how external links are updated when the workbook opens |
HidePivotFieldList | bool | Read/Write | Determines whether the pivot field list pane is hidden |
DefaultThemeVersion | int? | Read/Write | Gets or sets the version number of the default theme applied to the workbook |
Protection | WorkbookProtection | Read | Provides access to workbook-level protection settings |
View | WorkbookView | Read | Provides access to workbook view settings such as window layout |
Calculation | CalculationProperties | Read | Provides access to calculation properties such as mode and precision |