SpreadsheetGear Namespace > IWorkbookSet Interface : MaxChange Property |
'Declaration
Property MaxChange As System.Double
'Usage
Dim instance As IWorkbookSet Dim value As System.Double instance.MaxChange = value value = instance.MaxChange
System.double MaxChange {get; set;}
read-write property MaxChange: System.Double;
function get,set MaxChange : System.double
When Iteration is true, formulas are calculated until the number of iterations equals MaxIterations or until the maximum change in any calculated cell is less than MaxChange.
Iteration is false by default
MaxChange is set to 0.001 by default.
MaxIterations is set to 100 by default.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2