System.Web.UI.WebControls.TableRowCollection.AddAt Method

Adds the specified System.Web.UI.WebControls.TableRow object to the System.Web.UI.WebControls.TableRowCollection at the specified index location.

Syntax

public void AddAt (int index, TableRow row)

Parameters

index
The location in the System.Web.UI.WebControls.TableRowCollection at which to add the System.Web.UI.WebControls.TableRow.
row
The System.Web.UI.WebControls.TableRow object to add to the System.Web.UI.WebControls.TableRowCollection.

Remarks

Use this method to insert the specified System.Web.UI.WebControls.TableRow in a System.Web.UI.WebControls.TableRowCollection at the specified index.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0