CalculationProperties

CalculationProperties

Overview

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

Represents calculation properties.

Properties: CalculationCompleted, CalculationId, CalculationMode, CalculationOnSave, ConcurrentCalculation, ForceFullCalculation, and 6 more.

Properties

NameTypeAccessDescription
CalculationIdint?Read/WriteGets or sets the calculation id.
CalculationModestringRead/WriteGets or sets the calculation mode.
FullCalculationOnLoadboolRead/WriteGets or sets the full calculation on load.
ReferenceModestringRead/WriteGets or sets the reference mode.
IterateboolRead/WriteGets or sets the iterate.
IterateCountintRead/WriteGets or sets the iterate count.
IterateDeltadoubleRead/WriteGets or sets the iterate delta.
FullPrecisionboolRead/WriteGets or sets the full precision.
CalculationCompletedboolRead/WriteGets or sets the calculation completed.
CalculationOnSaveboolRead/WriteGets or sets the calculation on save.
ConcurrentCalculationboolRead/WriteGets or sets the concurrent calculation.
ForceFullCalculationboolRead/WriteGets or sets the force full calculation.

See Also