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!

HtmlTableCell Class

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

Object
   Control
      HtmlControl
         HtmlContainerControl
            HtmlTableCell

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

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.HtmlControls

Assembly: System.Web.dll

See Also

HtmlTableCell Members | System.Web.UI.HtmlControls Namespace