IDefCalculationAlgorithmsCollection

Description

The IDefCalculationAlgorithmsCollection interface is used to work with the collection of calculation algorithms applied in table data area.

Inheritance Hierarchy

IDefCalculationAlgorithmsCollection

Comments

The IDefTableArea.CalculationAlgorithms property provides access to the collection of calculation algorithms.

Properties

  Property name Brief description
Count The Count property returns the number of calculation algorithms added for use in table area.
Item The Item property returns parameters of calculation algorithm use by its index in the collection.
ItemByUnical The ItemByUnical property returns parameters of calculation algorithm use by its unique identifier.

Methods

  Method name Brief description
Add The Add method add calculation algorithm for use in table area.
MoveTo The MoveTo method moves calculation algorithms inside collection.
Remove The Remove method removes calculation algorithm with the specified unique identifier from collection.

See also:

Interfaces