public class HtmlTable : HtmlContainerControl {
// Public Constructors
public
HtmlTable ( );
// Public Instance Properties
public string
Align {set; get; }
public string
BgColor {set; get; }
public int
Border {set; get; }
public string
BorderColor {set; get; }
public int
CellPadding {set; get; }
public int
CellSpacing {set; get; }
public string
Height {set; get; }
public override string
InnerHtml {set; get; } // overrides HtmlContainerControl
public override string
InnerText {set; get; } // overrides HtmlContainerControl
public virtual HtmlTableRowCollection
Rows {get; }
public string
Width {set; get; }
// Protected Instance Methods
protected override ControlCollection
CreateControlCollection ( ); // overrides HtmlContainerControl
protected override void
RenderChildren (System.Web.UI.HtmlTextWriter
writer ); // overrides System.Web.UI.Control
protected override void
RenderEndTag (System.Web.UI.HtmlTextWriter
writer ); // overrides HtmlContainerControl
}