'Usage Dim instance As StringCollectionItem Dim item As String Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- String value to locate in collection.
Return Value
Index of the string value if string value is found in the collection; otherwise, -1.