SPREAD for WPF 3.0J - GcSpreadGrid
Remove メソッド (RowCollection)

GrapeCity.Windows.SpreadGrid 名前空間 > RowCollection クラス : Remove メソッド
削除する最初の行の位置を示す int 値。
削除する行の数を示す int 値。
一連の行をコレクションから削除します。
シンタックス
'宣言
 
Public Sub Remove( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Remove( 
   int index,
   int count
)

パラメータ

index
削除する最初の行の位置を示す int 値。
count
削除する行の数を示す int 値。
例外
例外解説
index が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountRowCollection 内の要素の有効な範囲を示していません。
行の型が RowType.GroupHeaderRow または RowType.GroupFooterRow です。または、指定された範囲に型が RowType.GroupHeaderRow または RowType.GroupFooterRow である行が含まれます。または、データソース内の関連付けられたデータ項目を削除できません。または、行が新規行です。
参照

RowCollection クラス
RowCollection メンバ