'Declaration Public Function IndexOf( _ ByVal value As SelectTable _ ) As Integer
public int IndexOf( SelectTable value )
Parameters
- value
- The SelectTable object to find.
Return Value
The zero-based location of the SelectTable in the collection.
'Declaration Public Function IndexOf( _ ByVal value As SelectTable _ ) As Integer
public int IndexOf( SelectTable value )