TableCellCollection.IList.Remove(Object) メソッド

定義

コレクションからオブジェクトを削除します。

 virtual void System.Collections.IList.Remove(System::Object ^ o) = System::Collections::IList::Remove;
void IList.Remove(object o);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (o As Object) Implements IList.Remove

パラメーター

o
Object

コレクションから削除するオブジェクト。

実装

注釈

通常、 TableCellCollection.Remove メソッドを使用して、 TableCellCollection オブジェクトから要素を削除する必要があります。

IList.Remove メソッドは、明示的なインターフェイス メンバーの実装です。 TableCellCollection インスタンスがIList インターフェイスにキャストされている場合にのみ使用できます。

適用対象

こちらもご覧ください