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

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

パラメータ

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

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.