WorkbookPropertiesModel
Overview
WorkbookPropertiesModel is a class in Aspose.Cells for NET.
WorkbookPropertiesModel.WorkbookPropertiesModel creates a new WorkbookPropertiesModel with default values.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CodeName | string | Read/Write | Gets or sets the VBA project code name of the workbook |
ShowObjects | string | Read/Write | Gets or sets the display option for objects (e.g., All, Placeholders) |
FilterPrivacy | bool | Read/Write | Gets or sets whether filter privacy is enabled |
ShowBorderUnselectedTables | bool | Read/Write | Gets or sets whether borders of unselected tables are shown |
ShowInkAnnotation | bool | Read/Write | Gets or sets whether ink annotations are visible |
BackupFile | bool | Read/Write | Gets or sets whether a backup copy is created on save |
SaveExternalLinkValues | bool | Read/Write | Gets or sets whether external link values are saved |
UpdateLinks | string | Read/Write | Gets or sets the behavior for updating external links (e.g., “Always”, “Never”) |
HidePivotFieldList | bool | Read/Write | Gets or sets whether the pivot field list is hidden |
DefaultThemeVersion | int? | Read/Write | Gets or sets the default theme version identifier |
Protection | WorkbookProtectionModel | Read | Gets or sets the workbook protection settings model |
View | WorkbookViewModel | Read | |
Calculation | CalculationPropertiesModel | Read | Gets or sets the calculation properties model |
Methods
| Signature | Description |
|---|---|
WorkbookPropertiesModel() | Creates a new WorkbookPropertiesModel with default values |
CopyFrom(source: WorkbookPropertiesModel) | Copies property values from another WorkbookPropertiesModel |
HasWorkbookPropertiesState() | Indicates whether any workbook property has been modified |