The IDefCalculationAlgorithmsCollection interface is used to work with the collection of calculation algorithms applied in table data area.
IDefCalculationAlgorithmsCollection
The IDefTableArea.CalculationAlgorithms property provides access to the collection of calculation algorithms.
| 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. |
| 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: