FlexPivot for WinForms
InsertRange メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : InsertRange メソッド
The position where the new range will be inserted.
The number of columns to add.
Adds a range of Column objects to the collection at a specified position.
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void InsertRange( 
   System.int index,
   System.int count
)

パラメータ

index
The position where the new range will be inserted.
count
The number of columns to add.
参照

ColumnCollection クラス
ColumnCollection メンバ