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