FlexGrid for WinForms
DragRowColEventArgs コンストラクタ

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > DragRowColEventArgs クラス : DragRowColEventArgs コンストラクタ
ユーザーがドラッグした行の元のインデックス。
ユーザーがドラッグした列の元のインデックス。
列または行の新しいインデックス。
DragRowColEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
ユーザーがドラッグした行の元のインデックス。
col
ユーザーがドラッグした列の元のインデックス。
position
列または行の新しいインデックス。
参照

DragRowColEventArgs クラス
DragRowColEventArgs メンバ