Aspose::Cells::CalculationCell class
Contents
[
Hide
]CalculationCell class
Represents the calculation relevant data about one cell which is being calculated.
class CalculationCell
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CalculationCell& src) | operator= |
| SetCalculatedValue(const Aspose::Cells::Object& v) | Sets the calculated value for the cell. |
| ~CalculationCell() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
Remarks
User should not change any data in the Workbook during the formula calculation process, otherwise unexpected result or Exception may be caused. So, all objects provided by this class(such as the Cell object of CalculationCell.Cell) are for “read” purpose only.
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++