WorkbookProperties

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

NameTypeAccessDescription
CodeNamestringRead/WriteGets or sets the code name.
ShowObjectsstringRead/WriteGets or sets the show objects.
FilterPrivacyboolRead/WriteGets or sets the filter privacy.
ShowBorderUnselectedTablesboolRead/WriteGets or sets the show border unselected tables.
ShowInkAnnotationboolRead/WriteGets or sets the show ink annotation.
BackupFileboolRead/WriteGets or sets the backup file.
SaveExternalLinkValuesboolRead/WriteGets or sets the save external link values.
UpdateLinksstringRead/WriteGets or sets the update links.
HidePivotFieldListboolRead/WriteGets or sets the hide pivot field list.
DefaultThemeVersionint?Read/WriteGets or sets the default theme version.
ProtectionWorkbookProtectionReadGets the protection.
ViewWorkbookViewReadGets the view.
CalculationCalculationPropertiesReadGets the calculation.

See Also