Initializes a new instance of the DragRowColEventArgs class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public DragRowColEventArgs(
System.int ,
System.int ,
System.int
)
パラメータ
- row
- The original index of the row that was dragged by the user.
- col
- The original index of the column that was dragged by the user.
- position
- The new index of the column or row.
参照