Finds the first row index such that the cell text is exactly same with string s in the column specified by the DisplayMember property.
Overload List
| Overload | Description |
| FindStringExact(String) | Finds the first row index such that the cell text is exactly same with string s in the column specified by the DisplayMember property. |
| FindStringExact(String,Int32,Int32) | Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column. |
| FindStringExact(String,Int32,String) | Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column. |
| FindStringExact(String,Int32) | Finds the first row index after startIndex such that the cell text is exactly same with string s in the column specified by the DisplayMember property. |
See Also