FlexPivot for WinForms
RowColEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowColEventArgs クラス : RowColEventArgs コンストラクタ
Index of the row that caused the event.
Index of the column that caused the event.
Initializes a new instance of the RowColEventArgs class.
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public RowColEventArgs( 
   System.int row,
   System.int col
)

パラメータ

row
Index of the row that caused the event.
col
Index of the column that caused the event.
参照

RowColEventArgs クラス
RowColEventArgs メンバ