CalculationProperties
Overview
CalculationProperties is a class in Aspose.Cells FOSS for C++.
Represents calculation properties.
Methods
| Signature | Description |
|---|---|
GetCalculationId() → std::optional<int> | Gets or sets the calculation id. |
SetCalculationId(value: std::optional<int>) | |
GetCalculationMode() → std::string | Gets or sets the calculation mode. |
SetCalculationMode(value: std::string_view) | |
GetFullCalculationOnLoad() → bool | Gets or sets a value indicating whether full calculation on load. |
SetFullCalculationOnLoad(value: bool) | |
GetReferenceMode() → std::string | Gets or sets the reference mode. |
SetReferenceMode(value: std::string_view) | |
GetIterate() → bool | Gets or sets a value indicating whether iterate. |
SetIterate(value: bool) | |
GetIterateCount() → int | Gets or sets the iterate count. |
SetIterateCount(value: int) | |
GetIterateDelta() → double | Gets or sets the iterate delta. |
SetIterateDelta(value: double) | |
GetFullPrecision() → bool | Gets or sets a value indicating whether full precision. |
SetFullPrecision(value: bool) | |
GetCalculationCompleted() → bool | Gets or sets a value indicating whether calculation completed. |
SetCalculationCompleted(value: bool) | |
GetCalculationOnSave() → bool | Gets or sets a value indicating whether calculation on save. |
SetCalculationOnSave(value: bool) | |
GetConcurrentCalculation() → bool | Gets or sets a value indicating whether concurrent calculation. |
SetConcurrentCalculation(value: bool) | |
GetForceFullCalculation() → bool | Gets or sets a value indicating whether force full calculation. |
SetForceFullCalculation(value: bool) |