Appends the specified System.Web.UI.HtmlControls.HtmlTableRow object to the end of the System.Web.UI.HtmlControls.HtmlTableRowCollection collection.
- row
The System.Web.UI.HtmlControls.HtmlTableRow to add to the collection.
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.