Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / MaximumChange Property


In This Topic
MaximumChange Property (SheetView)
In This Topic
Gets or sets the maximum amount of change below which iterations stop when circular references are evaluated on this sheet.
Syntax
'Declaration
 
Public Property MaximumChange As Double
 
'Usage
 
Dim instance As SheetView
Dim value As Double
 
instance.MaximumChange = value
 
value = instance.MaximumChange
See Also