C1.Win.C1List Namespace / C1Combo Class / FindStringExact Method

In This Topic
FindStringExact Method (C1Combo)
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.
Overload List
OverloadDescription
Finds the first row index such that the cell text is exactly same with string s in the column specified by the DisplayMember property.  
Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column.  
Finds the first row index after startIndex such that the cell text is exactly same with string s in the given column.  
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