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