TableRowCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes a TableRow from the TableRowCollection at the specified index.
Assembly: System.Web (in System.Web.dll)
Parameters
- index
-
Type:
System::Int32
The index of the TableRow object to remove from the TableRowCollection.
Implements
IList::RemoveAt(Int32)Use this method to remove a TableRow from the TableRowCollection at the specified index.
The following example demonstrates how to use the RemoveAt method to remove a row from the table. Note that in the example, the Rows property of the Table is an instance of the TableRowCollection class. Also note that the index of the Rows collection is zero-based.
.NET Framework
Available since 1.1
Available since 1.1
Show: