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.

接入方法

NameTypeAccessDescription
CellValueCellValueRead得到了细胞值.
CellValueKindCellValueKindRead得到了细胞值类型.
StyleValueStyleValueRead得到了风格的价值.

Methods

SignatureDescription
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)设置了被明确存储的值.

See Also

 中文