The members of System.Web.UI.HtmlControls.HtmlTableRow are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlContainerControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlTableRow class. |
Align | string.
Gets or sets the horizontal alignment of the content in the cells of a row in an System.Web.UI.HtmlControls.HtmlTable control. | |
BgColor | string.
Gets or sets the background color of the row represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class. | |
BorderColor | string.
Gets or sets the border color of the row represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class. | |
[read-only] | Cells | HtmlTableCellCollection.
Gets a collection of System.Web.UI.HtmlControls.HtmlTableCell objects that represent the cells contained in a row of the System.Web.UI.HtmlControls.HtmlTable control. |
Height | string.
Gets or sets the height (in pixels) of the row represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class. | |
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. |
VAlign | string.
Gets or sets the vertical alignment of the content in the cells of a row in an System.Web.UI.HtmlControls.HtmlTable control. |
override | CreateControlCollection()
| |
override | RenderChildren(System.Web.UI.HtmlTextWriter)
| |
override | RenderEndTag(System.Web.UI.HtmlTextWriter)
|