Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / Iterative Property


In This Topic
Iterative Property
In This Topic
Gets or sets whether the workbook should perform iterative calculations for formulas that contain circular references.
Syntax
'Declaration
 
Public Property Iterative As Boolean
 
'Usage
 
Dim instance As CalculationEngine
Dim value As Boolean
 
instance.Iterative = value
 
value = instance.Iterative

Property Value

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