Spread for ASP.NET 12 Product Documentation
MaximumChange Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : MaximumChange Property
Gets or sets the maximum amount of change below which iterations stop when circular references are evaluated for the 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

Reference

SheetView Class
SheetView Members