NumberFormatValue
NumberFormatValue
Overview
NumberFormatValue 是 C++ 的 FOSS 中的 Aspose.Cells 类.
表示数字格式值.
本类提供6种方法,用于在C++程序中与NumberFormatValue对象工作. 有的方法包括: Clone, GetCustom, GetNumber, NumberFormatValue, SetCustom, SetNumber. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序.
Methods
| Signature | Description |
|---|---|
NumberFormatValue() | 启动一个新的类实例. |
GetNumber() → int | 得到或设置数. |
SetNumber(value: int) | 设置数值. |
GetCustom() → std::string | 得到或设置定制. |
SetCustom(value: std::string) | 设置自定义值. |
Clone() → NumberFormatValue | 创建当前实例的副本. 数字格式值. |