HTMLTableElement.Width Property |
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);
The desired width of the table.
HTMLTableElement Object | HTMLTableElement Members | DOM Namespace