FlexGrid for WinForms
RemoveRange メソッド (ColumnCollection)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > ColumnCollection クラス : RemoveRange メソッド
コレクションから削除する最初の列のインデックス。
コレクションから削除する列の数。
Columnオブジェクトから成る範囲をコレクションから削除します。
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int index,
   System.int count
)

パラメータ

index
コレクションから削除する最初の列のインデックス。
count
コレクションから削除する列の数。
参照

ColumnCollection クラス
ColumnCollection メンバ