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