Aspose::Cells::AbstractCalculationEngine::SkipCalculation method

AbstractCalculationEngine::SkipCalculation method

Skips the calculation for the entire formula that references to the function currently under evaluation.

virtual void Aspose::Cells::AbstractCalculationEngine::SkipCalculation()

Remarks

This method can be invoked in the implementation of Calculate(CalculationData) to skip the calculation for the entire formula and the original value of the formula will be kept without change.

See Also