Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView Class / FindRow Method / FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method

In This Topic
    FindRow(String,Int32,Int32,Boolean,Boolean,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function FindRow( _
       ByVal strFind As System.String, _
       ByVal rowStart As System.Integer, _
       ByVal col As System.Integer, _
       ByVal caseSensitive As System.Boolean, _
       ByVal fullMatch As System.Boolean, _
       ByVal wrap As System.Boolean _
    ) As System.Integer
    public virtual System.int FindRow( 
       System.string strFind,
       System.int rowStart,
       System.int col,
       System.bool caseSensitive,
       System.bool fullMatch,
       System.bool wrap
    )

    Parameters

    strFind
    rowStart
    col
    caseSensitive
    fullMatch
    wrap
    See Also