'Usage Dim instance As StringList Dim value As String Dim value As Integer value = instance.IndexOf(value)
Parameters
- value
- The string to locate.
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, returns -1.