MaximumChange Property (SheetView)
Gets or sets the maximum amount of change below which iterations stop when circular references are evaluated on this sheet.
public double MaximumChange {get; set;}
'Declaration
Public Property MaximumChange As Double
'Usage
Dim instance As SheetView
Dim value As Double
instance.MaximumChange = value
value = instance.MaximumChange