ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / FindStringExact Method / FindStringExact(String) Method
The target string.

In This Topic
    FindStringExact(String) Method
    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.
    Syntax
    'Declaration
     
    
    Public Overloads Function FindStringExact( _
       ByVal s As String _
    ) As Integer
    public int FindStringExact( 
       string s
    )

    Parameters

    s
    The target string.
    See Also