IndexOf(Value: IMsFormulaTransform): Integer;
Value - calculation method that should be received.
The IndexOf method returns index of a specified method.
Direct search is executed at all collection, starting from the first element and finishing with the last one. If the required element is found, the method returns an index of first appearance that is counted from zero Value to the range of collection elements; otherwise the method returns the value -1.
The method use is given in the example for IMsAttributesFormulasList.FindByAttributeId.
See also: