TableRowCollection::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 TableRowCollection::Add method to add an element to a TableRowCollection object.
The IList::Add method is an explicit interface member implementation. It can be used only when the TableRowCollection instance is cast to an IList interface.
.NET Framework
Available since 1.1
Available since 1.1
Show: