FlexGrid for WinForms
RemoveRange メソッド (RowCollection)

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

パラメータ

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

RowCollection クラス
RowCollection メンバ