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


MaximumChange Property (DefaultSheetDataModel)
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
Exceptions
ExceptionDescription
Specified amount is out of range; must be zero or more
See Also