System.Web.UI.HtmlControls.HtmlTableRowCollection.Add Method

Appends the specified System.Web.UI.HtmlControls.HtmlTableRow object to the end of the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.

Syntax

public void Add (HtmlTableRow row)

Parameters

row
The System.Web.UI.HtmlControls.HtmlTableRow to add to the collection.

Remarks

Use this method to add the specified System.Web.UI.HtmlControls.HtmlTableRow object to the end of an System.Web.UI.HtmlControls.HtmlTableRowCollection collection. To insert an System.Web.UI.HtmlControls.HtmlTableRow in the middle of the collection, use the HtmlTableRowCollection.Insert(int, HtmlTableRow) method.

Requirements

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