Dim instance As DataItemCollection Dim value As DataItem Dim value As Integer value = instance.IndexOf(value)
Parameters
- value
- The object to search for in the collection.
Return Value
If the DataItem is present in the collection, this method will return the zero-based index of the first occurrence of it; otherwise this method will return -1.