Determines the index of item with the specified SQL Expression string in the list.
'Declaration
Public Overloads Function IndexOf( _
ByVal As System.String _
) As System.Integer
'Usage
Dim instance As SelectedColumnList
Dim expression As System.String
Dim value As System.Integer
value = instance.IndexOf(expression)
public System.int IndexOf(
System.string
)
public: System.int IndexOf(
System.string*
)
Parameters
- expression
Return Value
Returns the index of item with the specified SQL Expression; returns -1 if item is not found.