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 Class

The HtmlTableRow class defines the properties, methods, and events for the HtmlTableRow control. This class allows programmatic access on the server to individual HTML <tr> elements enclosed within an HtmlTable control.

Object
   Control
      HtmlControl
         HtmlContainerControl
            HtmlTableRow

[Visual Basic]
Public Class HtmlTableRow
   Inherits HtmlContainerControl
[C#]
public class HtmlTableRow : HtmlContainerControl
[C++]
public __gc class HtmlTableRow : public HtmlContainerControl
[JScript]
public class HtmlTableRow extends HtmlContainerControl

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

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