'Declaration
Public Function IndexOf( _ ByVal item As ListColumn _ ) As Integer
'Usage
Dim instance As ListColumnCollection Dim item As ListColumn Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( ListColumn item )
Parameters
- item
- An SubItem object that need to find the index.
Return Value
An System.Int32 value if the object is found out in the collection; otherwise,-1.