ComponentOne True DBGrid for WinForms
SetActiveCell Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : SetActiveCell Method
The zero based index of the row.
The zero based index of the column.
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

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members