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
public double MaximumChange {get; set;}
See Also