Gets an System.Web.UI.HtmlControls.HtmlTableRowCollection collection that contains all the rows in the System.Web.UI.HtmlControls.HtmlTable control.
Documentation for this section has not yet been entered.
Use the HtmlTable.Rows collection to programmatically access the rows in the System.Web.UI.HtmlControls.HtmlTable control. You can programmatically add rows to, remove rows from, or insert rows into the collection.
If there are no <tr> elements listed in the System.Web.UI.HtmlControls.HtmlTable control, an empty System.Web.UI.HtmlControls.HtmlTableRowCollection object is returned.