'Declaration
Public Function IndexOf( _ ByVal item As SubItemInfo _ ) As Integer
'Usage
Dim instance As SubItemCollectionInfo Dim item As SubItemInfo Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( SubItemInfo item )
Parameters
- item
- The SubItemInfo object to get the index for.
Return Value
The index if the item is found in the collection; otherwise,-1.