Gets or sets the group of table cells contained within an HtmlTableRow control.
[Visual Basic] Overridable Public ReadOnly Property Cells As _ HtmlTableCellCollection [C#] public HtmlTableCellCollection Cells {virtual get;} [C++] public: __property virtual HtmlTableCellCollection* get_Cells(); [JScript] public function get Cells() : HtmlTableCellCollection;
The group of table cells.
HtmlTableRow Class | HtmlTableRow Members | System.Web.UI.HtmlControls Namespace