The HtmlTable class defines the properties, methods, and events for the HtmlTable control. This class allows programmatic access on the server to the HTML <table> element.
Object
Control
HtmlControl
HtmlContainerControl
HtmlTable
[Visual Basic] Public Class HtmlTable Inherits HtmlContainerControl [C#] public class HtmlTable : HtmlContainerControl [C++] public __gc class HtmlTable : public HtmlContainerControl [JScript] public class HtmlTable extends HtmlContainerControl
[To be supplied.]
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web.dll
HtmlTable Members | System.Web.UI.HtmlControls Namespace | HtmlContainerControl