CalculationProperties

CalculationProperties

Overview

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

Represents the calculation properties of a workbook.

Properties

NameTypeAccessDescription
calculationIdIntegerReadGets or sets the calculation ID.
calculationModeStringReadGets or sets the calculation mode.
fullCalculationOnLoadbooleanReadGets or sets a value indicating whether full calculation is performed on load.
referenceModeStringReadGets or sets the reference mode.
iteratebooleanReadGets or sets a value indicating whether iteration is enabled.
iterateCountintReadGets or sets the maximum number of iterations.
iterateDeltadoubleReadGets or sets the iteration delta.
fullPrecisionbooleanReadGets or sets a value indicating whether full precision is used.
calculationCompletedbooleanReadGets or sets a value indicating whether calculation is completed.
calculationOnSavebooleanReadGets or sets a value indicating whether calculation is performed on save.
concurrentCalculationbooleanReadGets or sets a value indicating whether concurrent calculation is enabled.
forceFullCalculationbooleanReadGets or sets a value indicating whether full calculation is forced.

Methods

SignatureDescription
getCalculationId()IntegerGets or sets the calculation ID.
setCalculationId(calculationId: Integer)Sets the calculation id.
getCalculationMode()StringGets or sets the calculation mode.
setCalculationMode(calculationMode: String)Sets the calculation mode.
getFullCalculationOnLoad()booleanGets or sets a value indicating whether full calculation is performed on load.
setFullCalculationOnLoad(fullCalculationOnLoad: boolean)Sets the full calculation on load.
getReferenceMode()StringGets or sets the reference mode.
setReferenceMode(referenceMode: String)Sets the reference mode.
getIterate()booleanGets or sets a value indicating whether iteration is enabled.
setIterate(iterate: boolean)Sets the iterate.
getIterateCount()intGets or sets the maximum number of iterations.
setIterateCount(iterateCount: int)Sets the iterate count.
getIterateDelta()doubleGets or sets the iteration delta.
setIterateDelta(iterateDelta: double)Sets the iterate delta.
getFullPrecision()booleanGets or sets a value indicating whether full precision is used.
setFullPrecision(fullPrecision: boolean)Sets the full precision.
getCalculationCompleted()booleanGets or sets a value indicating whether calculation is completed.
setCalculationCompleted(calculationCompleted: boolean)Sets the calculation completed.
getCalculationOnSave()booleanGets or sets a value indicating whether calculation is performed on save.
setCalculationOnSave(calculationOnSave: boolean)Sets the calculation on save.
getConcurrentCalculation()booleanGets or sets a value indicating whether concurrent calculation is enabled.
setConcurrentCalculation(concurrentCalculation: boolean)Sets the concurrent calculation.
getForceFullCalculation()booleanGets or sets a value indicating whether full calculation is forced.
setForceFullCalculation(forceFullCalculation: boolean)Sets the force full calculation.