MaximumChange Property (SheetView)
Gets or sets the maximum amount of change below which iterations stop when circular references are evaluated for the sheet.
'Declaration
Public Property MaximumChange As Double
'Usage
Dim instance As SheetView
Dim value As Double
instance.MaximumChange = value
value = instance.MaximumChange
public double MaximumChange {get; set;}
Property Value
Double-precision, floating-point number representing the maximum amount of change
This example sets the maximum amount of change below which iterations stop when circular references are evaluated.