CalculationPropertiesModel

CalculationPropertiesModel

Overview

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

Represents calculation properties model.

This class provides 26 methods for working with CalculationPropertiesModel objects in C++ programs. Available methods include: CopyFrom, GetCalculationCompleted, GetCalculationId, GetCalculationMode, GetCalculationOnSave, GetConcurrentCalculation, GetForceFullCalculation, GetFullCalculationOnLoad, GetFullPrecision, GetIterate, GetIterateCount, GetIterateDelta, and 14 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)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)Sets the reference mode value.
GetIterate()boolGets or sets a value indicating whether iterate.
SetIterate(value: bool)Sets the iterate value.
GetIterateCount()std::optional<int>Gets or sets the iterate count.
SetIterateCount(value: std::optional<int>)Sets the iterate count value.
GetIterateDelta()std::optional<double>Gets or sets the iterate delta.
SetIterateDelta(value: std::optional<double>)Sets the iterate delta value.
GetFullPrecision()std::optional<bool>Gets or sets a value indicating whether full precision.
SetFullPrecision(value: std::optional<bool>)Sets the full precision value.
GetCalculationCompleted()std::optional<bool>Gets or sets a value indicating whether calculation completed.
SetCalculationCompleted(value: std::optional<bool>)Sets the calculation completed value.
GetCalculationOnSave()std::optional<bool>Gets or sets a value indicating whether calculation on save.
SetCalculationOnSave(value: std::optional<bool>)Sets the calculation on save value.
GetConcurrentCalculation()std::optional<bool>Gets or sets a value indicating whether concurrent calculation.
SetConcurrentCalculation(value: std::optional<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.
CopyFrom(source: CalculationPropertiesModel)Copies values from the specified source. The source.
HasStoredState()boolPerforms has stored state. true if the condition is met; otherwise, false.

See Also

 English