SpreadsheetGear 2023
Iteration Property (IWorkbookSet)


SpreadsheetGear Namespace > IWorkbookSet Interface : Iteration Property
Gets or sets the property which specifies whether iteration will be used when a workbook set is calculated.
Syntax
'Declaration
 
Property Iteration As System.Boolean
'Usage
 
Dim instance As IWorkbookSet
Dim value As System.Boolean
 
instance.Iteration = value
 
value = instance.Iteration
System.bool Iteration {get; set;}
Remarks

When IWorkbookSet.Iteration is true, formulas are calculated until the number of iterations equals IWorkbookSet.MaxIterations or until the maximum change in any calculated cell is less than IWorkbookSet.MaxChange.

Iteration is false by default

MaxChange is set to 0.001 by default.

MaxIterations is set to 100 by default.

Requirements

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

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
MaxChange Property
MaxIterations Property