FlexPivot for WinForms
Add(Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス > Add メソッド : Add(Int32) メソッド
Number of columns to add to the collection.
Appends a given number of Column objects to the collection.
シンタックス
'宣言
 
Public Overloads Sub Add( _
   ByVal count As System.Integer _
) 
public void Add( 
   System.int count
)

パラメータ

count
Number of columns to add to the collection.
解説
This method adds the new columns to the end of the collection. To insert columns at specific positions, use the Insert or InsertRange methods.
参照

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧