PowerTools MultiRow for Windows Forms 8.0J
Remove(Int32,Int32) メソッド

削除する行の範囲の開始行を示す0から始まるインデックス。
削除する行の数。
行の範囲を削除します。
構文
Public Overloads Overridable Sub Remove( _
   ByVal rowIndex As Integer, _
   ByVal count As Integer _
) 
public virtual void Remove( 
   int rowIndex,
   int count
)

パラメータ

rowIndex
削除する行の範囲の開始行を示す0から始まるインデックス。
count
削除する行の数。
例外
例外解説
System.InvalidOperationException

Templateがnull 参照 (Visual Basicでは Nothing)のときにこのメソッドが使用されました。

または

関連するGcMultiRowコントロールが、System.ComponentModel.IBindingList.AllowRemoveプロパティとSystem.ComponentModel.IBindingList.SupportsChangeNotificationプロパティの値がどちらもtrueではないSystem.ComponentModel.IBindingListの実装にバインドされています。

System.ArgumentOutOfRangeException

rowIndex0未満か、コレクション内のRowの数 - 1を超えています。

または

rowIndexcountRowの有効な範囲を示していません。

または

count1未満か、データソース内のRowの数を超えています。

参照

RowCollection クラス
RowCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.