Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / BaseTableView 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 System.Object, _
       ByVal rowStart As System.Integer, _
       ByVal col As System.Integer, _
       ByVal wrap As System.Boolean _
    ) As System.Integer
    public virtual System.int FindRow( 
       System.object objFind,
       System.int rowStart,
       System.int col,
       System.bool wrap
    )

    Parameters

    objFind
    rowStart
    col
    wrap
    See Also