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. (Inherited from C1.Win.List.C1List) |
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. (Inherited from C1.Win.List.C1List) |
FindString(String,Int32,Int32) | Finds the first row index after startIndex such that the cell text starts with string s in the given column. (Inherited from C1.Win.List.C1List) |
FindString(String,Int32,String) | Finds the first row index after startIndex such that the cell text starts with string s in the given column. (Inherited from C1.Win.List.C1List) |