FlexPivot for WinForms
DragRowColEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > DragRowColEventArgs クラス : DragRowColEventArgs コンストラクタ
The original index of the row that was dragged by the user.
The original index of the column that was dragged by the user.
The new index of the column or row.
Initializes a new instance of the DragRowColEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal position As System.Integer _
)
public DragRowColEventArgs( 
   System.int row,
   System.int col,
   System.int position
)

パラメータ

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.
参照

DragRowColEventArgs クラス
DragRowColEventArgs メンバ