IDefCalculationAlgorithm.ExtendLoadSelection

Syntax

ExtendLoadSelection: Boolean;

Description

The ExtendLoadSelection property determines whether selection is extended on applying calculation algorithm.

Comments

If the property is set to True, then selection is extended in the way to load and take into account all values specified on algorithm setup and not only inputted in table area.

If the value is False, algorithm is calculated according to data contained in table area.

Example

The example of use is given in description of the IDefCalculationAlgorithmsCollection.Add method.

See also:

IDefCalculationAlgorithm