PowerTools MultiRow for Windows Forms 8.0J
RemoveAt メソッド (ComboBoxCell.ObjectCollection)

削除するオブジェクトの0から始まるインデックス。
指定したインデックスにあるオブジェクトを削除します。
構文
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
削除するオブジェクトの0から始まるインデックス。
例外
例外解説
System.InvalidOperationExceptionセルのListCell.DataSourceプロパティの値がnull 参照 (Visual Basicでは Nothing)ではありません。
System.ArgumentOutOfRangeException indexが0未満か、コレクション内の項目の数 - 1を超えています。
参照

ComboBoxCell.ObjectCollection クラス
ComboBoxCell.ObjectCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.