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 介面時,才能使用這個成員。

適用於

另請參閱