Inserts columns in a table.
Supported platforms: Windows only
VBA:
object.InsertColumns col, Width, cols
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The zero-based column index.
Access: Input-only
Type: Double
The width of the column.
Access: Input-only
Type: Long
The number of columns to insert.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available