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!

TableRow.Cells

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;

See Also

TableRow Class | TableRow Members | System.Web.UI.WebControls Namespace