PowerTools MultiRow for Windows Forms 8.0J
Remove(Int32,Int32) メソッド

セルの削除を開始する位置。
CellCollectionから削除するセルの数。
このコレクション内の指定した位置から指定した数のセルを削除します。
構文
Public Overloads Sub Remove( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void Remove( 
   int index,
   int count
)

パラメータ

index
セルの削除を開始する位置。
count
CellCollectionから削除するセルの数。
例外
例外解説
System.InvalidOperationException 実行時にメソッドが実行されました。
System.NotSupportedExceptionCellCollectionが読み取り専用です。
System.ArgumentOutOfRangeException

indexが0未満か、コレクション内のCellの数 - 1を超えています。

または

indexcountCellの有効な範囲を示していません。

または

index1未満か、コレクション内のCellの数を超えています。

参照

CellCollection クラス
CellCollection メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.