Gets or sets the width, in pixels, of an HtmlTableCell 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, in pixels, of an HtmlTableCell control.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace