Gets or sets the desired width of the table.

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

Property Value

The desired width of the table.

See Also

HTMLTableElement Object | HTMLTableElement Members | DOM Namespace