Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / MaximumChange Property


In This Topic
    MaximumChange Property (DefaultSheetDataModel)
    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 DefaultSheetDataModel
    Dim value As Double
     
    instance.MaximumChange = value
     
    value = instance.MaximumChange
    public double MaximumChange {get; set;}
    Exceptions
    ExceptionDescription
    Specified amount is out of range; must be zero or more
    See Also