ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / Find Method / Find(String,MatchCompareEnum,Boolean,Int32,Int32) Method
The target string.
Comparation mode.
Start search from the first row.
The start row to search.
The column index to search.

In This Topic
    Find(String,MatchCompareEnum,Boolean,Int32,Int32) Method
    In This Topic
    Searches a string in a specific column.
    Syntax
    'Declaration
     
    
    Public Overloads Function Find( _
       ByVal target As String, _
       ByVal searchMode As MatchCompareEnum, _
       ByVal includeStart As Boolean, _
       ByVal startBmk As Integer, _
       ByVal colIndex As Integer _
    ) As Integer

    Parameters

    target
    The target string.
    searchMode
    Comparation mode.
    includeStart
    Start search from the first row.
    startBmk
    The start row to search.
    colIndex
    The column index to search.
    See Also