Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / FindRowRegex Method

In This Topic
    FindRowRegex Method (C1TableView)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function FindRowRegex( _
       ByVal pattern As System.String, _
       ByVal rowStart As System.Integer, _
       ByVal col As System.Integer, _
       ByVal wrap As System.Boolean _
    ) As System.Integer
    public virtual System.int FindRowRegex( 
       System.string pattern,
       System.int rowStart,
       System.int col,
       System.bool wrap
    )

    Parameters

    pattern
    rowStart
    col
    wrap
    See Also