FlexGrid for WinForms
SortColEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > SortColEventArgs クラス : SortColEventArgs コンストラクタ
ソートする列。
ソート順序を決定する SortFlags値。
SortColEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal col As System.Integer, _
   ByVal order As SortFlags _
)
public SortColEventArgs( 
   System.int col,
   SortFlags order
)

パラメータ

col
ソートする列。
order
ソート順序を決定する SortFlags値。
参照

SortColEventArgs クラス
SortColEventArgs メンバ