[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.C1TrueDBGrid.SetActiveCell

SetActiveCell Method

SetActiveCell(int, int)

Sets the focus to the given cell.

Declaration
public void SetActiveCell(int row, int col)
Parameters
Type Name Description
int row

The zero based index of the row.

int col

The zero based index of the column.