Back to Devexpress

CalculationOptions.MaxChange Property

officefileapi-devexpress-dot-spreadsheet-dot-calculationoptions-f1284be5.md

latest1.7 KB
Original Source

CalculationOptions.MaxChange Property

Gets or sets the maximum change for iterative calculations.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
double MaxChange { get; set; }
vb
Property MaxChange As Double

Property Value

TypeDescription
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 TypePath to MaxChange
DocumentSettings

.Calculation .MaxChange

|

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

CalculationOptions Interface

CalculationOptions Members

DevExpress.Spreadsheet Namespace