Sets the column width for the column at the specified column index in the table.
Supported platforms: Windows only
VBA:
object.SetColumnWidth col, Width
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The column in the table.
Access: Input-only
Type: Double
The width to assign to the column.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available