_Application.MaxIterations Property

Definition

Returns or sets the maximum number of iterations that Microsoft Excel can use to resolve a circular reference.

public:
 property int MaxIterations { int get(); void set(int value); };
public int MaxIterations { get; set; }
Public Property MaxIterations As Integer

Property Value

Remarks

The MaxChange property sets the maximum amount of change between each iteration when Microsoft Excel is resolving circular references.

Applies to