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
| Name | Type | Access | Description |
|---|---|---|---|
CellValue | CellValue | Read | Gets the cell value. |
CellValueKind | CellValueKind | Read | Gets the cell value kind. |
StyleValue | StyleValue | Read | Gets the style value. |
Methods
| Signature | Description |
|---|---|
CellValue() → CellValue | Gets or sets the value. |
CellValueKind() → CellValueKind | Gets or sets the kind. |
StyleValue() → StyleValue | Gets or sets the style. |
CellRecord() | Initializes a new instance of the CellRecord class. |
GetValue() → CellValue | Gets or sets the value. |
SetValue(value: CellValue) | Sets the value value. |
GetKind() → CellValueKind | Gets or sets the kind. |
SetKind(value: CellValueKind) | Sets the kind value. |
GetFormula() → std::string | Gets or sets the formula. |
SetFormula(value: std::string) | Sets the formula value. |
SetFormula(value: std::string) | Sets the formula value. |
GetStyle() → StyleValue | Gets or sets the style. |
SetStyle(value: StyleValue) | Sets the style value. |
GetIsExplicitlyStored() → bool | Gets or sets a value indicating whether explicitly stored. |
SetIsExplicitlyStored(value: bool) | Sets the is explicitly stored value. |