CalculationPropertiesModel
General
CalculationPropertiesModel és una classe en Aspose.Cells per NET.
Representa el model de propietats del càlcul.
Propietats
| 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 |
Mètodes
| Signature | Description |
|---|---|
CopyFrom(source: CalculationPropertiesModel) | The source. |
HasStoredState() | if the condition is met; otherwise, . |