Gets or sets the width of the border around the table.

[VBScript]
Public Property Border As Integer
[JScript]
public function get Border() : int;
public function set Border(int);

Property Value

The width of the border around the table.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace