TableRowCollection.RemoveAt(Int32) メソッド

定義

インデックスで指定した項目をコレクションから削除します。

public:
 virtual void RemoveAt(int index);
public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除するコレクション項目を指定する、0 から始まるインデックス。

実装

例外

index がゼロ未満か、indexCount 以上の場合に発生します。

注釈

残りのコレクション項目のインデックスは、削除されたコレクション項目を反映するように調整できます。

適用対象

こちらもご覧ください