GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > RowCollection クラス > Remove メソッド : Remove(Int32,Int32) メソッド |
例外 | 解説 |
---|---|
System.InvalidOperationException | Templateがnull 参照 (Visual Basicでは Nothing)のときにこのメソッドが使用されました。 または 関連するGcMultiRowコントロールが、System.ComponentModel.IBindingList.AllowRemoveプロパティとSystem.ComponentModel.IBindingList.SupportsChangeNotificationプロパティの値がどちらもtrueではないSystem.ComponentModel.IBindingListの実装にバインドされています。 |
System.ArgumentOutOfRangeException | rowIndexが0未満か、コレクション内のRowの数 - 1を超えています。 または rowIndexとcountがRowの有効な範囲を示していません。 または |