TableCellCollection::IList::Add Method (Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Adds an object to the collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- o
-
Type:
System::Object^
The object to add to the collection.
Implements
IList::Add(Object^)Typically, you should use the TableCellCollection::Add method to add an element to a TableCellCollection object.
The TableCellCollection::IList::Add 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: