Rows property. The collection of TableRows within the Table.
[Visual Basic] Overridable Public ReadOnly Property Rows As TableRowCollection [C#] public TableRowCollection Rows {virtual get;} [C++] public: __property virtual TableRowCollection* get_Rows(); [JScript] public function get Rows() : TableRowCollection;
Table Class | Table Members | System.Web.UI.WebControls Namespace