GridCalculationData class
GridCalculationData class
Represents the required data when calculating one function, such as function name, parameters, …etc.
The GridCalculationData type exposes the following members:
Properties
Property | Description |
---|---|
calculated_value | Gets/sets the calculated value for this function. |
row | Gets the Cell Row index where the function is in. |
column | Gets the Cell Column index where the function is in. |
string_value | Gets the Cell DisplayStringValue where the function is in. |
value | Gets the Cell value where the function is in. |
formula | Gets the Cell formula where the function is in. |
sheet_name | Gets the worksheet name 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_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.cellsgridjs