CellRecord
CellRecord
概述
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.
接入方法
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
CellValue | CellValue | 阅读 | 获取单元格的值。. |
CellValueKind | CellValueKind | 阅读 | 获取单元格值的类型。. |
StyleValue | StyleValue | 阅读 | 获取样式值。. |
方法
| Signature | 描述情况 |
|---|---|
CellValue() → CellValue | 获取或设置该值。. |
CellValueKind() → CellValueKind | 获取或设置 kind。. |
StyleValue() → StyleValue | 获取或设置样式。. |
CellRecord() | 启动一个新的 CellRecord 类实例. |
GetValue() → CellValue | 获取或设置该值。. |
SetValue(value: CellValue) | 设置 value 的值。. |
GetKind() → CellValueKind | 获取或设置 kind。. |
SetKind(value: CellValueKind) | 设置 kind 值。. |
GetFormula() → std::string | 获取或设置公式。. |
SetFormula(value: std::string) | 设置公式值。. |
SetFormula(value: std::string) | 设置公式值。. |
GetStyle() → StyleValue | 获取或设置样式。. |
SetStyle(value: StyleValue) | 设置样式值。. |
GetIsExplicitlyStored() → bool | 获取或设置一个指示是否显式存储的值。. |
SetIsExplicitlyStored(value: bool) | 设置 is explicitly stored 值。. |