FlexGrid for WinForms
RowColEventArgs コンストラクタ

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > RowColEventArgs クラス : RowColEventArgs コンストラクタ
イベントが発生した行のインデックス。
イベントが発生した列のインデックス。
RowColEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public RowColEventArgs( 
   System.int row,
   System.int col
)

パラメータ

row
イベントが発生した行のインデックス。
col
イベントが発生した列のインデックス。
参照

RowColEventArgs クラス
RowColEventArgs メンバ