Calculate()

IChartDataCell::Calculate(bool) method

If the cell contains a formula, the value will be updated base on that formula.

virtual void Aspose::Slides::Charts::IChartDataCell::Calculate(bool updateValues)=0

Arguments

ParameterTypeDescription
updateValuesboolIf false, no actual calculation will be performed. Use true for possible exceptions check.

See Also