Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IIterationSupport Interface / MaximumChange Property


In This Topic
    MaximumChange Property (IIterationSupport)
    In This Topic
    Gets or sets the maximum amount of change below which iterations stop.
    Syntax
    'Declaration
     
    
    Property MaximumChange As Double
    'Usage
     
    
    Dim instance As IIterationSupport
    Dim value As Double
     
    instance.MaximumChange = value
     
    value = instance.MaximumChange
    double MaximumChange {get; set;}
    See Also