Back to Devexpress

CalculationOptions.Iterative Property

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

latest2.1 KB
Original Source

CalculationOptions.Iterative Property

Gets or sets whether the application should perform iterative calculations for formulas that contain circular references.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool Iterative { get; set; }
vb
Property Iterative As Boolean

Property Value

TypeDescription
Boolean

true , to perform iterative calculations; otherwise, false. Default is false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Iterative
DocumentSettings

.Calculation .Iterative

|

Remarks

A circular reference in a formula is a reference to the cell that contains the formula. For such formulas, you should determine how many times the formula should be recalculated. If the Iterative is set to false (default), only the first iteration is performed to calculate the formula. Otherwise, the number of calculations will be determined by the CalculationOptions.MaxIterationCount and the CalculationOptions.MaxChange settings.

See Also

CalculationOptions Interface

CalculationOptions Members

DevExpress.Spreadsheet Namespace