FlexGrid for WinForms
InsertRange メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : InsertRange メソッド
新しい範囲を挿入する位置。
追加する列の数。
Columnオブジェクトから成る範囲をコレクションの指定された位置に追加します。
シンタックス
'宣言
 
Public Sub InsertRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void InsertRange( 
   System.int index,
   System.int count
)

パラメータ

index
新しい範囲を挿入する位置。
count
追加する列の数。
参照

ColumnCollection クラス
ColumnCollection メンバ