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!

Table.Rows

Rows property. The collection of TableRows within the Table.

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

See Also

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