DeleteColumns Method

Deletes columns from a table.

See Also | Example

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?