CalculationPropertiesModel
Overview
CalculationPropertiesModel is a class in Aspose.Cells FOSS for .NET.
Represents calculation properties model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CalculationId | int? | Read/Write | Gets or sets the optional identifier for the calculation session |
CalculationMode | string | Read/Write | Gets or sets the calculation mode as a string |
FullCalculationOnLoad | bool | Read/Write | Indicates whether a full calculation runs when the workbook loads |
ReferenceMode | string | Read/Write | Gets or sets the reference mode used during calculations |
Iterate | bool | Read/Write | Indicates whether iterative calculation is enabled |
IterateCount | int? | Read/Write | Gets or sets the optional maximum number of iteration cycles |
IterateDelta | double? | Read/Write | Gets or sets the optional convergence threshold for iteration |
FullPrecision | bool? | Read/Write | Indicates whether full numeric precision is used in calculations |
CalculationCompleted | bool? | Read/Write | Indicates whether the last calculation finished successfully |
CalculationOnSave | bool? | Read/Write | Indicates whether calculations are performed when saving |
ConcurrentCalculation | bool? | Read/Write | Indicates whether calculations may run concurrently |
ForceFullCalculation | bool | Read/Write | Forces a full recalculation regardless of changes |
Methods
| Signature | Description |
|---|---|
CopyFrom(source: CalculationPropertiesModel) | The source. |
HasStoredState() | if the condition is met; otherwise, . |