System.Web.UI.HtmlControls.HtmlTableRow.Height Property

Gets or sets the height (in pixels) of the row represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DefaultValue("")]
public string Height { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the HtmlTableRow.Height property to specify the height (in pixels) of the cell represented by an instance of the System.Web.UI.HtmlControls.HtmlTableRow class. All cells in the row share the same height.

Note:

If you specify a height that is smaller than is required to display the contents of the cells in the row of a table, this property is ignored.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0