EnumManager.<Enumeration name>.IndexOf
Syntax:
Parameters:
<EnumerationValue> (required)
Reference to the enumeration value for which this method determines positioning. If the passed parameter is not a reference to the enumeration value, or if the value belongs to another enumeration, an exception is generated.
Returned value:
Index of specified collection item. If none is found, returns -1.
Description:
Availability: