CalculationOptions.MaxChange Property
Gets or sets the maximum change for iterative calculations.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Double | A Double value that specifies the change between iterations. Default is 0.001. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to MaxChange |
|---|---|
| DocumentSettings |
|
Remarks
The calculation stops after CalculationOptions.MaxIterationCount number of iterations or after all values change by less than the MaxChange between iterations, whichever comes first.
See Also