FlexPivot for WinForms
Insert メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : Insert メソッド
The position where the new column will be inserted.
Adds a new Column object to this collection at a specified position.
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As System.Integer _
) As Column
public Column Insert( 
   System.int index
)

パラメータ

index
The position where the new column will be inserted.

戻り値の型

A reference to the Column that was inserted to the collection.
参照

ColumnCollection クラス
ColumnCollection メンバ