ValueList.IndexOf
Syntax:
Parameters:
<Item> (required)
Item in the list of values for which the index is to be determined.
Returned value:
Index of a specified item in the list of values. If none is found, returns -1.
Description:
Availability:
Example:
LineNumber = List.IndexOf(CurrentListElement); |