IDefTableArea.CalculationAlgorithms

Syntax

CalculationAlgorithms: IDefCalculationAlgorithmsCollection;

Description

The CalculationAlgorithms property returns collection of calculation algorithms applied in table data area.

Comments

Calculation algorithms are used for any additional calculations or data entry form data check.

Example

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

See also:

IDefTableArea