ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / FindStringExact Method

In This Topic
    FindStringExact Method (DropDownList)
    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. (Inherited from C1.Win.C1List.C1List)
    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.C1List.C1List)
    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.C1List.C1List)
    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.C1List.C1List)
    See Also