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!

HtmlTableRowCollection Class

The HtmlTableRowCollection contains all of the table rows found within an HtmlTable server control.

Object
   HtmlTableRowCollection

[Visual Basic]
Public Class HtmlTableRowCollection
   Implements ICollection, IEnumerable
[C#]
public class HtmlTableRowCollection : ICollection, IEnumerable
[C++]
public __gc class HtmlTableRowCollection : public ICollection,
   IEnumerable
[JScript]
public class HtmlTableRowCollection implements ICollection,
   IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlTableRowCollection Members | System.Web.UI.HtmlControls Namespace