Spread Windows Forms 12.0 Product Documentation
Iterative Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CalculationEngine Class : Iterative Property
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
public bool Iterative {get; set;}

Property Value

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

Reference

CalculationEngine Class
CalculationEngine Members