Gets the index of an element in the collection.
'Declaration
Public Overloads Function IndexOf( _
ByVal As TableView _
) As System.Integer
public System.int IndexOf(
TableView
)
Parameters
- tableView
- The element of the collection.
Return Value
The zero-based index of an element, if found; otherwise, -1.