Deletes columns from a table.
Supported platforms: Windows only
VBA:
object.DeleteColumns col, cols
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The column index.
Access: Input-only
Type: Long
The number of columns to delete from the table.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available