Aspose::Cells::CalculationCell class

CalculationCell class

Represents the calculation relevant data about one cell which is being calculated.

class CalculationCell

Methods

MethodDescription
CalculationCell(CalculationCell_Impl* impl)Constructs from an implementation object.
CalculationCell(const CalculationCell& src)Copy constructor.
GetCell()Gets the Cell object which is being calculated.
GetCellColumn()Gets the column index of the cell.
GetCellRow()Gets the row index of the cell.
GetWorkbook()Gets the Workbook object.
GetWorksheet()Gets the Worksheet object where the cell is in.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CalculationCell& src)operator=
~CalculationCell()Destructor.

Fields

FieldDescription
_implThe implementation object.

Remarks

All objects provided by this class are for “read” purpose only. User should not change any data in the Workbook during the formula calculation process, Otherwise unexpected result or Exception may be caused.

See Also