CalculationPropertiesModel

CalculationPropertiesModel

Overview

CalculationPropertiesModel is a class in Aspose.Cells for NET.

CalculationPropertiesModel.CopyFrom copies all property values from the given source model.

Properties

NameTypeAccessDescription
CalculationIdint?Read/WriteGets or sets the optional identifier for the calculation
CalculationModestringRead/WriteGets or sets the calculation mode as a string
FullCalculationOnLoadboolRead/WriteGets or sets whether a full calculation runs on workbook load
ReferenceModestringRead/WriteGets or sets the reference mode used during calculation
IterateboolRead/WriteGets or sets whether iterative calculation is enabled
IterateCountint?Read/WriteGets or sets the maximum number of iteration cycles
IterateDeltadouble?Read/WriteGets or sets the convergence threshold for iterative calculation
FullPrecisionbool?Read/WriteGets or sets optional flag for full precision calculations
CalculationCompletedbool?Read/WriteGets or sets a flag indicating calculation has finished
CalculationOnSavebool?Read/WriteGets or sets whether calculation occurs when saving
ConcurrentCalculationbool?Read/WriteGets or sets whether calculations may run concurrently
ForceFullCalculationboolRead/WriteGets or sets whether to force a full calculation regardless of changes

Methods

SignatureDescription
CopyFrom(source: CalculationPropertiesModel)Copies all property values from the given source model
HasStoredState()Indicates whether the model has a stored calculation state