Returns the column width for the column at the specified column index in the table.
Supported platforms: Windows only
VBA:
RetVal = object.GetColumnWidth(col)
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The column in the table.
Type: Double
The width of the column.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available