'Usage Dim instance As SortedColumnList Dim column As Column Dim value As Integer value = instance.IndexOf(column)
Parameters
- column
- A reference to the Column object to locate.
Return Value
The zero-based index of the first occurrence of column within the entire list, if found; otherwise, returns -1.