CalculationProperties

CalculationProperties

Overview

CalculationProperties is a class in Aspose.Cells FOSS for C++.

Represents calculation properties.

Methods

SignatureDescription
GetCalculationId()std::optional<int>Gets or sets the calculation id.
SetCalculationId(value: std::optional<int>)
GetCalculationMode()std::stringGets or sets the calculation mode.
SetCalculationMode(value: std::string_view)
GetFullCalculationOnLoad()boolGets or sets a value indicating whether full calculation on load.
SetFullCalculationOnLoad(value: bool)
GetReferenceMode()std::stringGets or sets the reference mode.
SetReferenceMode(value: std::string_view)
GetIterate()boolGets or sets a value indicating whether iterate.
SetIterate(value: bool)
GetIterateCount()intGets or sets the iterate count.
SetIterateCount(value: int)
GetIterateDelta()doubleGets or sets the iterate delta.
SetIterateDelta(value: double)
GetFullPrecision()boolGets or sets a value indicating whether full precision.
SetFullPrecision(value: bool)
GetCalculationCompleted()boolGets or sets a value indicating whether calculation completed.
SetCalculationCompleted(value: bool)
GetCalculationOnSave()boolGets or sets a value indicating whether calculation on save.
SetCalculationOnSave(value: bool)
GetConcurrentCalculation()boolGets or sets a value indicating whether concurrent calculation.
SetConcurrentCalculation(value: bool)
GetForceFullCalculation()boolGets or sets a value indicating whether force full calculation.
SetForceFullCalculation(value: bool)

See Also