CalculationPropertiesModel

CalculationPropertiesModel

Overview

CalculationPropertiesModel is a class in Aspose.Cells FOSS for .NET.

Represents calculation properties model.

Properties

NameTypeAccessDescription
CalculationIdint?Read/WriteGets or sets the optional identifier for the calculation session
CalculationModestringRead/WriteGets or sets the calculation mode as a string
FullCalculationOnLoadboolRead/WriteIndicates whether a full calculation runs when the workbook loads
ReferenceModestringRead/WriteGets or sets the reference mode used during calculations
IterateboolRead/WriteIndicates whether iterative calculation is enabled
IterateCountint?Read/WriteGets or sets the optional maximum number of iteration cycles
IterateDeltadouble?Read/WriteGets or sets the optional convergence threshold for iteration
FullPrecisionbool?Read/WriteIndicates whether full numeric precision is used in calculations
CalculationCompletedbool?Read/WriteIndicates whether the last calculation finished successfully
CalculationOnSavebool?Read/WriteIndicates whether calculations are performed when saving
ConcurrentCalculationbool?Read/WriteIndicates whether calculations may run concurrently
ForceFullCalculationboolRead/WriteForces a full recalculation regardless of changes

Methods

SignatureDescription
CopyFrom(source: CalculationPropertiesModel)The source.
HasStoredState()if the condition is met; otherwise, .

See Also