CalculationProperties
Overview
CalculationProperties is a class in Aspose.Cells FOSS for Java.
Represents the calculation properties of a workbook.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
calculationId | Integer | Read | Gets or sets the calculation ID. |
calculationMode | String | Read | Gets or sets the calculation mode. |
fullCalculationOnLoad | boolean | Read | Gets or sets a value indicating whether full calculation is performed on load. |
referenceMode | String | Read | Gets or sets the reference mode. |
iterate | boolean | Read | Gets or sets a value indicating whether iteration is enabled. |
iterateCount | int | Read | Gets or sets the maximum number of iterations. |
iterateDelta | double | Read | Gets or sets the iteration delta. |
fullPrecision | boolean | Read | Gets or sets a value indicating whether full precision is used. |
calculationCompleted | boolean | Read | Gets or sets a value indicating whether calculation is completed. |
calculationOnSave | boolean | Read | Gets or sets a value indicating whether calculation is performed on save. |
concurrentCalculation | boolean | Read | Gets or sets a value indicating whether concurrent calculation is enabled. |
forceFullCalculation | boolean | Read | Gets or sets a value indicating whether full calculation is forced. |
Methods
| Signature | Description |
|---|---|
getCalculationId() → Integer | Gets or sets the calculation ID. |
setCalculationId(calculationId: Integer) | Sets the calculation id. |
getCalculationMode() → String | Gets or sets the calculation mode. |
setCalculationMode(calculationMode: String) | Sets the calculation mode. |
getFullCalculationOnLoad() → boolean | Gets or sets a value indicating whether full calculation is performed on load. |
setFullCalculationOnLoad(fullCalculationOnLoad: boolean) | Sets the full calculation on load. |
getReferenceMode() → String | Gets or sets the reference mode. |
setReferenceMode(referenceMode: String) | Sets the reference mode. |
getIterate() → boolean | Gets or sets a value indicating whether iteration is enabled. |
setIterate(iterate: boolean) | Sets the iterate. |
getIterateCount() → int | Gets or sets the maximum number of iterations. |
setIterateCount(iterateCount: int) | Sets the iterate count. |
getIterateDelta() → double | Gets or sets the iteration delta. |
setIterateDelta(iterateDelta: double) | Sets the iterate delta. |
getFullPrecision() → boolean | Gets or sets a value indicating whether full precision is used. |
setFullPrecision(fullPrecision: boolean) | Sets the full precision. |
getCalculationCompleted() → boolean | Gets or sets a value indicating whether calculation is completed. |
setCalculationCompleted(calculationCompleted: boolean) | Sets the calculation completed. |
getCalculationOnSave() → boolean | Gets or sets a value indicating whether calculation is performed on save. |
setCalculationOnSave(calculationOnSave: boolean) | Sets the calculation on save. |
getConcurrentCalculation() → boolean | Gets or sets a value indicating whether concurrent calculation is enabled. |
setConcurrentCalculation(concurrentCalculation: boolean) | Sets the concurrent calculation. |
getForceFullCalculation() → boolean | Gets or sets a value indicating whether full calculation is forced. |
setForceFullCalculation(forceFullCalculation: boolean) | Sets the force full calculation. |