FindString(String) Method
In This Topic
Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property.
Syntax
'Declaration
Public Overloads Function FindString( _
ByVal As String _
) As Integer
public int FindString(
string
)
Parameters
- s
See Also