グリッドのカーソルを指定された行および列に設定します。
シンタックス
'宣言
Public Overloads Shadows Function SetCursor( _
ByVal As System.Integer, _
ByVal column As System.Integer _
) As System.Boolean
public new System.bool SetCursor(
System.int ,
System.int column
)
パラメータ
- row
- 行
- column
- 列
戻り値の型
処理が成功した場合は true
参照