True DBGrid for WinForms
SetActiveCell メソッド (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : SetActiveCell メソッド
The zero based index of the row.
The zero based index of the column.
Sets the focus to the given cell.
シンタックス
'宣言
 
Public Sub SetActiveCell( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void SetActiveCell( 
   System.int row,
   System.int col
)

パラメータ

row
The zero based index of the row.
col
The zero based index of the column.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ