Calculate()

ChartDataCell::Calculate(bool) method

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

void Aspose::Slides::Charts::ChartDataCell::Calculate(bool updateValues) override

Arguments

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

See Also