WorkbookSettings
Overview
WorkbookSettings is a class in Aspose.Cells FOSS for C++.
Represents workbook-level settings that affect date handling and display formatting.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
WorkbookSettings | WorkbookSettings | Read |
Methods
| Signature | Description |
|---|---|
WorkbookSettings() → WorkbookSettings | Constructs a WorkbookSettings wrapping the specified model. The underlying workbook settings model. |
GetDate1904() → bool | Gets or sets whether the workbook uses the 1904 date system. |
SetDate1904(value: bool) | |
GetCulture() → std::locale | Gets or sets the culture used for display-string formatting. |
SetCulture(value: std::locale) |