TableCellCollection::IList::Remove Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Removes an object from the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- o
-
Type:
System::Object^
The object to remove from the collection.
Implements
IList::Remove(Object^)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
Available since 1.1
Show: