CalculationData class
CalculationData class
Represents the required data when calculating one function, such as function name, parameters, …etc.
The CalculationData type exposes the following members:
Properties
Property | Description |
---|---|
calculated_value | Gets or sets the calculated value for this function. |
workbook | Gets the Workbook object where the function is in. |
worksheet | Gets the Worksheet object where the function is in. |
cell_row | Gets the row index of the cell where the function is in. |
cell_column | Gets the column index of the cell where the function is in. |
cell | Gets the Cell object where the function is in. |
function_name | Gets the function name to be calculated. |
param_count | Gets the count of parameters |
Methods
Method | Description |
---|---|
get_param_value | Gets the represented value object of the parameter at given index. |
get_param_value_in_array_mode | Gets the value(s) of the parameter at given index. If the parameter is some kind of expression that needs to be calculated, then it will be calculated in array mode. |
get_param_text | Gets the literal text of the parameter at given index. |
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