ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / FindRowRegex Method

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

    Parameters

    pattern
    rowStart
    col
    wrap
    See Also