CalculationProperties

CalculationProperties

Overview

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

Represents calculation properties.

This class provides 24 methods for working with CalculationProperties objects in C++ programs. Available methods include: GetCalculationCompleted, GetCalculationId, GetCalculationMode, GetCalculationOnSave, GetConcurrentCalculation, GetForceFullCalculation, GetFullCalculationOnLoad, GetFullPrecision, GetIterate, GetIterateCount, GetIterateDelta, GetReferenceMode, and 12 additional methods. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

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

See Also

 English