FindString Method (C1List)
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.
Overload List
Overload | Description |
FindString(String) | Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property. |
FindString(String,Int32) | Finds the first row index after startIndex such that the cell text starts with string s in the column specified by the DisplayMember property. |
FindString(String,Int32,Int32) | Finds the first row index after startIndex such that the cell text starts with string s in the given column. |
FindString(String,Int32,String) | Finds the first row index after startIndex such that the cell text starts with string s in the given column. |
See Also