DeleteColumns Method |
Deletes columns from a table.
Signature
object.DeleteColumns(col, cols)
Object
Table
The object or objects this method applies to.
col
Long; the column index
cols
Long; the number of columns to delete from the table
Comments? |