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

In This Topic
    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
    OverloadDescription
    Finds the first row index such that the cell text starts with string s in the column specified by the DisplayMember property.  
    Finds the first row index after startIndex such that the cell text starts with string s in the column specified by the DisplayMember property.  
    Finds the first row index after startIndex such that the cell text starts with string s in the given column.  
    Finds the first row index after startIndex such that the cell text starts with string s in the given column.  
    See Also