CalculationPropertiesModel
Overview
CalculationPropertiesModel is a class in Aspose.Cells for NET.
CalculationPropertiesModel.CopyFrom copies all property values from the given source model.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CalculationId | int? | Read/Write | Gets or sets the optional identifier for the calculation |
CalculationMode | string | Read/Write | Gets or sets the calculation mode as a string |
FullCalculationOnLoad | bool | Read/Write | Gets or sets whether a full calculation runs on workbook load |
ReferenceMode | string | Read/Write | Gets or sets the reference mode used during calculation |
Iterate | bool | Read/Write | Gets or sets whether iterative calculation is enabled |
IterateCount | int? | Read/Write | Gets or sets the maximum number of iteration cycles |
IterateDelta | double? | Read/Write | Gets or sets the convergence threshold for iterative calculation |
FullPrecision | bool? | Read/Write | Gets or sets optional flag for full precision calculations |
CalculationCompleted | bool? | Read/Write | Gets or sets a flag indicating calculation has finished |
CalculationOnSave | bool? | Read/Write | Gets or sets whether calculation occurs when saving |
ConcurrentCalculation | bool? | Read/Write | Gets or sets whether calculations may run concurrently |
ForceFullCalculation | bool | Read/Write | Gets or sets whether to force a full calculation regardless of changes |
Methods
| Signature | Description |
|---|---|
CopyFrom(source: CalculationPropertiesModel) | Copies all property values from the given source model |
HasStoredState() | Indicates whether the model has a stored calculation state |