Gets a collection that contains all of the rows in an HtmlTable control. An empty collection is returned if no <tr> elements are contained within the control.
[Visual Basic] Overridable Public ReadOnly Property Rows As HtmlTableRowCollection [C#] public HtmlTableRowCollection Rows {virtual get;} [C++] public: __property virtual HtmlTableRowCollection* get_Rows(); [JScript] public function get Rows() : HtmlTableRowCollection;
The collection of rows from an HtmlTable control.
HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace