PowerTools MultiRow for Windows Forms 8.0J
RemoveAt メソッド (RowCollection)

削除する行の位置。
指定した行を削除します。
構文
Public Overridable Sub RemoveAt( _
   ByVal rowIndex As Integer _
) 
public virtual void RemoveAt( 
   int rowIndex
)

パラメータ

rowIndex
削除する行の位置。
例外
例外解説
System.InvalidOperationException

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

または

rowIndexがコレクション内のRowの数 - 1と一致していて、GcMultiRowGcMultiRow.AllowUserToAddRowsプロパティがtrueに設定されています。

または

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

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

RowCollection クラス
RowCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.