GridAbstractCalculationEngine.Calculate
GridAbstractCalculationEngine.Calculate method
Calculates one function with given data.
public abstract void Calculate(GridCalculationData data)
Parameter | Type | Description |
---|---|---|
data | GridCalculationData | the required data to calculate function such as function name, parameters, …etc. |
Remarks
User should set the calculated value for given data for all functions(including excel native functions) that he wants to calculate by himself in this implementation.
See Also
- class GridCalculationData
- class GridAbstractCalculationEngine
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb