FlexPivot for WinForms
RemoveRange メソッド (RowCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : RemoveRange メソッド
The index of the first row to remove from the collection.
The number of rows to remove from the collection.
Removes a range of rows 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 row to remove from the collection.
count
The number of rows to remove from the collection.
参照

RowCollection クラス
RowCollection メンバ