ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / FindRowRegex Method

In This Topic
    FindRowRegex Method
    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