TableCellCollection::IList::Remove Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes an object from the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual void Remove(
	Object^ o
) sealed = IList::Remove

Parameters

o
Type: System::Object^

The object to remove from the collection.

Typically, you should use the TableCellCollection::Remove method to remove an element from a TableCellCollection object.

The IList::Remove method is an explicit interface member implementation. It can be used only when the TableCellCollection instance is cast to an IList interface.

.NET Framework
Available since 1.1
Return to top
Show: