NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableRow.Cells

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;

Property Value

The group of table cells.

See Also

HtmlTableRow Class | HtmlTableRow Members | System.Web.UI.HtmlControls Namespace