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