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