TableRowCollection.AddAt Method
.NET Framework 3.0
Adds the specified TableRow object to the TableRowCollection at the specified index location.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void AddAt ( int index, TableRow row )
public function AddAt ( index : int, row : TableRow )
Not applicable.
Parameters
- index
The location in the TableRowCollection at which to add the TableRow.
- row
The TableRow object to add to the TableRowCollection.
Community Additions
ADD
Show: