WorkbookSettingsModel

WorkbookSettingsModel

Overview

WorkbookSettingsModel 是 C++ 的 FOSS 中的 Aspose.Cells 类.

表示工作簿设置模型.

本类提供了5种方法,用于在C++程序中与WorkbookSettingsModel对象工作. 有的方法包括: DateSystem, GetDateSystem, GetDisplayCulture, SetDateSystem, SetDisplayCulture. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 接入方法: DateSystem.

接入方法

NameTypeAccessDescription
DateSystemDateSystemRead得到日期系统.

Methods

SignatureDescription
DateSystem()DateSystem获取或设置日期系统.
GetDateSystem()DateSystem获取或设置日期系统.
SetDateSystem(value: DateSystem)设置日期系统值.
GetDisplayCulture()std::locale获取或设置显示文化.
SetDisplayCulture(value: std::locale)设置显示文化值.

See Also

 中文