Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CalculationEngine Class / MaximumChange Property


In This Topic
    MaximumChange Property (CalculationEngine)
    In This Topic
    Gets or sets the maximum amount of change below which to stop iterating for caclulations with circular references.
    Syntax
    'Declaration
     
    
    Public Property MaximumChange As Double
    'Usage
     
    
    Dim instance As CalculationEngine
    Dim value As Double
     
    instance.MaximumChange = value
     
    value = instance.MaximumChange
    public double MaximumChange {get; set;}

    Property Value

    The maximum change. Default value is 0.001.
    See Also