FlexPivot for WinForms
RemoveRange メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : RemoveRange メソッド
The index of the first column to remove from the collection.
The number of columns to remove from the collection.
Removes a range of Column objects from the collection.
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void RemoveRange( 
   System.int index,
   System.int count
)

パラメータ

index
The index of the first column to remove from the collection.
count
The number of columns to remove from the collection.
参照

ColumnCollection クラス
ColumnCollection メンバ