[]
Determines the index of the item in the collection.
public int IndexOf(StringCollectionItem item)
Public Function IndexOf(item As StringCollectionItem) As Integer
Type | Name | Description |
---|---|---|
StringCollectionItem | item | Item to locate in collection. |
Type | Description |
---|---|
int | Index of the item if item is found in the collection; otherwise, -1. |