CellRecord
CellRecord
Overview
CellRecord 是 C++ 的 FOSS 中的 Aspose.Cells 类.
代表细胞记录.
本类提供了在C++程序中使用CellRecord对象的15种方法. 有的方法包括: CellRecord, CellValue, CellValueKind, GetFormula, GetIsExplicitlyStored, GetKind, GetStyle, GetValue, SetFormula, SetIsExplicitlyStored, SetKind, SetStyle,另外两种方法. 在安装了Aspose.Cells FOSS for C++ 包后,所有公众成员都可以访问任何C ++应用程序. 接入方法: CellValue, CellValueKind, StyleValue.
接入方法
| Name | Type | Access | Description |
|---|---|---|---|
CellValue | CellValue | Read | 得到了细胞值. |
CellValueKind | CellValueKind | Read | 得到了细胞值类型. |
StyleValue | StyleValue | Read | 得到了风格的价值. |
Methods
| Signature | Description |
|---|---|
CellValue() → CellValue | 得到或设置值. |
CellValueKind() → CellValueKind | 得到或设置类型. |
StyleValue() → StyleValue | 得到或设置风格. |
CellRecord() | 启动一个新的 CellRecord 类实例. |
GetValue() → CellValue | 得到或设置值. |
SetValue(value: CellValue) | 设置值的值. |
GetKind() → CellValueKind | 得到或设置类型. |
SetKind(value: CellValueKind) | 设置类型值. |
GetFormula() → std::string | 得到或设置公式. |
SetFormula(value: std::string) | 设置公式值. |
SetFormula(value: std::string) | 设置公式值. |
GetStyle() → StyleValue | 得到或设置风格. |
SetStyle(value: StyleValue) | 设置样式值. |
GetIsExplicitlyStored() → bool | 获取或设置一个值,表示是否显然存储. |
SetIsExplicitlyStored(value: bool) | 设置了被明确存储的值. |