IMsCalculationChainEntries.IndexOf

Syntax

IndexOf(Value: IMsCalculationChainEntry): Integer;

Parameters

Value. The element of calculation chain, which index must be obtained.

Description

The IndexOf method returns the index of element of calculation chain.

Comments

Use the IMsCalculationChainEntries.Item property to get the element from calculation chain by its index.

See also:

IMsCalculationChainEntries