Spread Windows Forms 17
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
    public bool Iterative {get; set;}

    Property Value

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