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!

HtmlTable.Rows

Gets a collection that contains all of the rows in an HtmlTable control. An empty collection is returned if no <tr> elements are contained within the control.

[Visual Basic]
Overridable Public ReadOnly Property Rows As HtmlTableRowCollection
[C#]
public HtmlTableRowCollection Rows {virtual get;}
[C++]
public: __property virtual HtmlTableRowCollection* get_Rows();
[JScript]
public function get Rows() : HtmlTableRowCollection;

Property Value

The collection of rows from an HtmlTable control.

See Also

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