TableRowCollection::IList::Insert Method (Int32, Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Inserts an object into the collection at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index within the collection at which to insert the object.
- o
-
Type:
System::Object^
The object to insert into the collection.
Implements
IList::Insert(Int32, Object^)Typically, you should use the AddAt method to add an element to a TableRowCollection object.
The IList::Insert 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: