ITabOptions.MaxIterations

Syntax

MaxIterations: Integer;

Description

The MaxIterations property sets the number of iterations after which the calculation of cells containing circular references is stopped.

Comments

The value cannot be negative. Default iteration number is 100. This property is relevant only if the value of the IterativeCalculation property is set to True.

Example

This property is used in the example for ITabOptions.IterativeCalculation.

See also:

ITabOptions