Gets or sets the width of the border, in pixels, of an HtmlTable control.
[Visual Basic] Public Property Border As Integer [C#] public int Border {get; set;} [C++] public: __property int get_Border(); public: __property void set_Border(int); [JScript] public function get Border() : int; public function set Border(int);
The width of the border, in pixels, of an HtmlTable control.
HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace