TableCellCollection.IList.Remove(Object) Metoda

Definicja

Usuwa obiekt z kolekcji.

 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

Parametry

o
Object

Obiekt do usunięcia z kolekcji.

Implementuje

Uwagi

Zazwyczaj należy użyć TableCellCollection.Remove metody , aby usunąć element z TableCellCollection obiektu.

Metoda IList.Remove jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy TableCellCollection wystąpienie jest rzutowe do interfejsu IList .

Dotyczy

Zobacz też