SpreadsheetGear The Performance Spreadsheet Component Company 
MaxChange Property
See Also 
SpreadsheetGear Namespace > IWorkbookSet Interface : MaxChange Property
Gets or sets the maximum change allowed if iteration is to stop.

Syntax

C# 
virtual double MaxChange {get; set;}

Remarks

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.

Requirements

Platforms: Windows 98, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0. SpreadsheetGear for .NET 2006 requires the Microsoft .NET Framework 2.0.

See Also