GrapeCity SPREAD for WPF 2.0J
Remove メソッド (RowCollection)

削除する最初の行の位置を示す int 値。
削除する行の数を示す int 値。
一連の行をコレクションから削除します。
構文
'Declaration
 
Public Sub Remove( _
   ByVal index As Integer, _
   Optional ByVal count As Integer _
) 
public void Remove( 
   int index,
   int count
)

パラメータ

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

RowCollection クラス
RowCollection メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.