IMsAttributesFormulasList.Item

Syntax

Item(Index: Integer): IMsFormulaTransform;

Parameters

Index. Calculation method index in the collection.

Description

The Item property returns the calculation method from the collection by its index.

Comments

This property provides access to the certain method from the collection. The value of the Index parameter must be a non-negative number but less than a value of the IMsAttributesFormulasList.Count property. The index of the first method in the collection is 0, of the last one is IMsAttributesFormulasList.Count - 1. Index numbering is continuous.

Example

The property use is given in the example for IMsAttributesFormulasList.Count.

See also:

IMsAttributesFormulasList