CellRecord

Overview

CellRecord is a class in Aspose.Cells FOSS for C++.

Represents cell record.

This class provides 15 methods for working with CellRecord objects in C++ programs. Available methods include: CellRecord, CellValue, CellValueKind, GetFormula, GetIsExplicitlyStored, GetKind, GetStyle, GetValue, SetFormula, SetIsExplicitlyStored, SetKind, SetStyle, and 2 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package. Accessor methods: CellValue, CellValueKind, StyleValue.

Accessor Methods

NameTypeAccessDescription
CellValueCellValueReadGets the cell value.
CellValueKindCellValueKindReadGets the cell value kind.
StyleValueStyleValueReadGets the style value.

Methods

SignatureDescription
CellValue()CellValueGets or sets the value.
CellValueKind()CellValueKindGets or sets the kind.
StyleValue()StyleValueGets or sets the style.
CellRecord()Initializes a new instance of the CellRecord class.
GetValue()CellValueGets or sets the value.
SetValue(value: CellValue)Sets the value value.
GetKind()CellValueKindGets or sets the kind.
SetKind(value: CellValueKind)Sets the kind value.
GetFormula()std::stringGets or sets the formula.
SetFormula(value: std::string)Sets the formula value.
SetFormula(value: std::string)Sets the formula value.
GetStyle()StyleValueGets or sets the style.
SetStyle(value: StyleValue)Sets the style value.
GetIsExplicitlyStored()boolGets or sets a value indicating whether explicitly stored.
SetIsExplicitlyStored(value: bool)Sets the is explicitly stored value.

See Also

 English