ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid 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 String, _
       ByVal rowStart As Integer, _
       ByVal col As Integer, _
       ByVal caseSensitive As Boolean, _
       ByVal fullMatch As Boolean, _
       ByVal wrap As Boolean _
    ) As Integer
    public virtual int FindRow( 
       string strFind,
       int rowStart,
       int col,
       bool caseSensitive,
       bool fullMatch,
       bool wrap
    )

    Parameters

    strFind
    rowStart
    col
    caseSensitive
    fullMatch
    wrap
    See Also