Gets or sets the height of an HtmlTableRow control.
[Visual Basic] Public Property Height As String [C#] public string Height {get; set;} [C++] public: __property String* get_Height(); public: __property void set_Height(String*); [JScript] public function get Height() : String; public function set Height(String);
The height of an HtmlTableRow control.
HtmlTableRow Class | HtmlTableRow Members | System.Web.UI.HtmlControls Namespace