WorkbookSettings

WorkbookSettings

Overview

WorkbookSettings is a class in Aspose.Cells FOSS for C++.

Represents workbook-level settings that affect date handling and display formatting.

This class provides 6 methods for working with WorkbookSettings objects in C++ programs. Available methods include: GetCulture, GetDate1904, SetCulture, SetDate1904, WorkbookSettings. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: WorkbookSettings.

Accessor Methods

NameTypeAccessDescription
WorkbookSettingsWorkbookSettingsReadGets the workbook settings.

Methods

SignatureDescription
WorkbookSettings()WorkbookSettingsCalls WorkbookSettings on this WorkbookSettings instance.
WorkbookSettings()
GetDate1904()boolGets or sets whether the workbook uses the 1904 date system.
SetDate1904(value: bool)Sets the date1904 value.
GetCulture()std::localeGets or sets the culture used for display-string formatting.
SetCulture(value: std::locale)Sets the culture value.

See Also

 English