True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SetActiveCell Method
The zero based index of the row.
The zero based index of the column.

In This Topic
    SetActiveCell Method (C1TrueDBGrid)
    In This Topic
    Sets the focus to the given cell.
    Syntax
    'Declaration
     
    Public Sub SetActiveCell( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) 
    public void SetActiveCell( 
       System.int row,
       System.int col
    )

    Parameters

    row
    The zero based index of the row.
    col
    The zero based index of the column.
    See Also