DragRowColEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public DragRowColEventArgs(
System.int ,
System.int ,
System.int
)
パラメータ
- row
- ユーザーがドラッグした行の元のインデックス。
- col
- ユーザーがドラッグした列の元のインデックス。
- position
- 列または行の新しいインデックス。
参照