_Application.MaxIterations Property
Returns or sets the maximum number of iterations that Microsoft Excel can use to resolve a circular reference.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property MaxIterations As Integer
Get
Set
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.MaxIterations
instance.MaxIterations = value
int MaxIterations { get; set; }
Property Value
Type: System.Int32
Remarks
The MaxChange property sets the maximum amount of change between each iteration when Microsoft Excel is resolving circular references.