CalculationCell class
CalculationCell class
Represents the calculation relevant data about one cell which is being calculated.
The CalculationCell type exposes the following members:
Properties
Property | Description |
---|---|
workbook | Gets the Workbook object. |
worksheet | Gets the Worksheet object where the cell is in. |
cell_row | Gets the row index of the cell. |
cell_column | Gets the column index of the cell. |
cell | Gets the Cell object which is being calculated. |
Methods
Method | Description |
---|---|
set_calculated_value | Sets the calculated value for the cell. |
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
- module
aspose.cells