System.Web.UI.HtmlControls.HtmlTable Members

The members of System.Web.UI.HtmlControls.HtmlTable are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlTable class.

Public Properties

Alignstring.

Gets or sets the alignment of the System.Web.UI.HtmlControls.HtmlTable control in relation to other elements on the Web page.

BgColorstring.

Gets or sets the background color of the System.Web.UI.HtmlControls.HtmlTable control.

Borderint.

Gets or sets the width (in pixels) of the border of the System.Web.UI.HtmlControls.HtmlTable control.

BorderColorstring.

Gets or sets the border color of the System.Web.UI.HtmlControls.HtmlTable control.

CellPaddingint.

Gets or sets the amount of space (in pixels) between the contents of a cell and the cell's border in the System.Web.UI.HtmlControls.HtmlTable control.

CellSpacingint.

Gets or sets the amount of space (in pixels) between adjacent cells in the System.Web.UI.HtmlControls.HtmlTable control.

Heightstring.

Gets or sets the height of the System.Web.UI.HtmlControls.HtmlTable control.

override
InnerHtmlstring.

Gets or sets the content between the opening and closing tags of the control, without automatically converting special characters to their equivalent HTML entities. This property is not supported for this control.

override
InnerTextstring.

Gets or sets the content between the opening and closing tags of the control, with automatic conversion of special characters to their equivalent HTML entities. This property is not supported for this control.

[read-only]
RowsHtmlTableRowCollection.

Gets an System.Web.UI.HtmlControls.HtmlTableRowCollection collection that contains all the rows in the System.Web.UI.HtmlControls.HtmlTable control.

Widthstring.

Gets or sets the width of the System.Web.UI.HtmlControls.HtmlTable control.

Protected Methods