WorkbookSettingsModel

WorkbookSettingsModel

概述

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

表示工作簿设置模型.

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

接入方法

名称:类型Access描述情况
DateSystemDateSystem阅读获取日期系统。.

方法

Signature描述情况
DateSystem()DateSystem获取或设置日期系统。.
GetDateSystem()DateSystem获取或设置日期系统。.
SetDateSystem(value: DateSystem)设置日期系统值。.
GetDisplayCulture()std::locale获取或设置显示区域性。.
SetDisplayCulture(value: std::locale)设置显示区域性值。.

查看更多

 中文