Ribbon for WinForms
RemoveRange メソッド (GridRowCollection)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > GridRowCollection クラス : RemoveRange メソッド
Index of the first element to remove from the list.
Number of elements to remove.
Removes a range of elements from the list.
シンタックス
'宣言
 
Public Overridable Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public virtual void RemoveRange( 
   int index,
   int count
)

パラメータ

index
Index of the first element to remove from the list.
count
Number of elements to remove.
参照

GridRowCollection クラス
GridRowCollection メンバ