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. (Inherited from C1.Win.List.C1List) |
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. (Inherited from C1.Win.List.C1List) |
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. (Inherited from C1.Win.List.C1List) |
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. (Inherited from C1.Win.List.C1List) |