'Usage
Dim instance As SubItemCollection Dim item As SubItem Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- An SubItem object that need to find index.
Return Value
The index if the item is found in the collection; otherwise,-1.
'Usage
Dim instance As SubItemCollection Dim item As SubItem Dim value As Integer value = instance.IndexOf(item)