Gets the collection of rows in the System.Web.UI.WebControls.Table control.
Documentation for this section has not yet been entered.
Use the Table.Rows collection to programmatically manage the System.Web.UI.WebControls.TableRow objects in the System.Web.UI.WebControls.Table control. A System.Web.UI.WebControls.TableRow represents a row in the table.
This property is normally used only when building tables programmatically. At design time, it is set by declaring System.Web.UI.WebControls.TableRow objects between the opening and closing tags of the System.Web.UI.WebControls.Table control.