ITabOptions.MaxChange

Syntax

MaxChange: Double;

Description

The MaxChange property determines the relative error with which the system compares the difference of values of each cell containing circular references in the current and the previous iteration. If the change of value of each cell becomes less than the relative error the calculation of cells containing circular references is stopped at this iteration.

Comments

The value cannot be negative. Default relative error value is 0.001. The property is relevant only if the value of the IterativeCalculation property is set to True.

Example

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

See also:

ITabOptions