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

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

パラメータ

index
削除する項目の0から始まるインデックス。
例外
例外解説
System.InvalidOperationException 実行時にメソッドが実行されました。
System.NotSupportedExceptionCellCollectionが読み取り専用です。
System.ArgumentOutOfRangeExceptionindexが0未満か、コレクション内のCellの数 - 1を超えています。
参照

CellCollection クラス
CellCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.