The properties of System.Web.UI.HtmlControls.HtmlTable are listed below. For a list of all members, see the HtmlTable Members list.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Align | string.
![]() Gets or sets the alignment of the System.Web.UI.HtmlControls.HtmlTable control in relation to other elements on the Web page. | |
BgColor | string.
![]() Gets or sets the background color of the System.Web.UI.HtmlControls.HtmlTable control. | |
Border | int.
![]() Gets or sets the width (in pixels) of the border of the System.Web.UI.HtmlControls.HtmlTable control. | |
BorderColor | string.
![]() Gets or sets the border color of the System.Web.UI.HtmlControls.HtmlTable control. | |
CellPadding | int.
![]() 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. | |
CellSpacing | int.
![]() Gets or sets the amount of space (in pixels) between adjacent cells in the System.Web.UI.HtmlControls.HtmlTable control. | |
Height | string.
![]() Gets or sets the height of the System.Web.UI.HtmlControls.HtmlTable control. | |
override | InnerHtml | string.
![]() 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 | InnerText | string.
![]() 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] | Rows | HtmlTableRowCollection.
![]() Gets an System.Web.UI.HtmlControls.HtmlTableRowCollection collection that contains all the rows in the System.Web.UI.HtmlControls.HtmlTable control. |
Width | string.
![]() Gets or sets the width of the System.Web.UI.HtmlControls.HtmlTable control. |