SetCurrentCell メソッド (SapGridView)
クラス
SapGridView
.
処理
指定したセルを現在のセルとして設定します。
構文
C#
gridView
.
SetCurrentCell
(
row
,
column
)
VB
gridView
.
SetCurrentCell
(
row
,
column
)
変数
説明
row
行のインデックス。
Integer
。
column
列識別子。
String
。