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