Spread for ASP.NET 11 Product Documentation
MaximumChange Property (DefaultSheetDataModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > DefaultSheetDataModel Class : MaximumChange Property
Gets or sets the maximum amount of change below which to stop iterating for caclulations with circular references.
Syntax
'Declaration
 
Public Property MaximumChange As Double
'Usage
 
Dim instance As DefaultSheetDataModel
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
Exceptions
ExceptionDescription
Specified amount is out of range; must be zero or more
See Also

Reference

DefaultSheetDataModel Class
DefaultSheetDataModel Members