Gets or sets the height of an HtmlTable 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 HtmlTable control.
HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace