AbstractCalculationEngine Class

AbstractCalculationEngine class

Represents user’s custom calculation engine to extend the default calculation engine of Aspose.Cells.


type AbstractCalculationEngine struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsParamLiteralRequiredIndicates whether this engine needs the literal text of parameter while doing calculation. Default value is false.
IsParamArrayModeRequiredIndicates whether this engine needs the parameter to be calculated in array mode. Default value is false.If is required when calculating customfunctions and user has not updated the definition for them(by ),this property needs to be set as true.
GetProcessBuiltInFunctionsWhether built-in functions that have been supported by the built-in engineshould be checked and processed by this implementation.Default is false.
ForceRecalculateWhether force given function to be recalculated always when calculating shared formulas.