ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / FindRow Method / FindRow(Object,Int32,Int32,Boolean) Method

In This Topic
    FindRow(Object,Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function FindRow( _
       ByVal objFind As Object, _
       ByVal rowStart As Integer, _
       ByVal col As Integer, _
       ByVal wrap As Boolean _
    ) As Integer
    public virtual int FindRow( 
       object objFind,
       int rowStart,
       int col,
       bool wrap
    )

    Parameters

    objFind
    rowStart
    col
    wrap
    See Also