HtmlTable.Border Property
.NET Framework 3.0
Gets or sets the width (in pixels) of the border of the HtmlTable control.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_Border () /** @property */ public void set_Border (int value)
public function get Border () : int public function set Border (value : int)
Not applicable.
Property Value
The width (in pixels) of the border of an HtmlTable control. The default is -1, which indicates that the border width is not set.Community Additions
ADD
Show: