WorkbookSettingsModel

WorkbookSettingsModel

Overview

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

Represents workbook settings model.

This class provides 5 methods for working with WorkbookSettingsModel objects in C++ programs. Available methods include: DateSystem, GetDateSystem, GetDisplayCulture, SetDateSystem, SetDisplayCulture. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: DateSystem.

Accessor Methods

NameTypeAccessDescription
DateSystemDateSystemReadGets the date system.

Methods

SignatureDescription
DateSystem()DateSystemGets or sets the date system.
GetDateSystem()DateSystemGets or sets the date system.
SetDateSystem(value: DateSystem)Sets the date system value.
GetDisplayCulture()std::localeGets or sets the display culture.
SetDisplayCulture(value: std::locale)Sets the display culture value.

See Also

 English