Item(Index: Integer): IMsFormulaTransform;
Index. Calculation method index in the collection.
The Item property returns a calculation method from the collection by its index.
This property provides access to the certain method from the collection. The value of the Index property 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 IMsAttributesFormulasList.Count method is 1. Index numbering is continuous.
The method use is given in the example for IMsAttributesFormulasList.Count.
See also: