HtmlTableRow::Height Property
.NET Framework (current version)
Gets or sets the height (in pixels) of the row represented by an instance of the HtmlTableRow class.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::String^The height (in pixels) of the row represented by an instance of HtmlTableRow. The default value is String::Empty, which indicates that this property is not set.
Use the Height property to specify the height (in pixels) of the cell represented by an instance of the 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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
