InsertColumns Method

Inserts columns in a table.

See Also | Example

Signature

object.InsertColumns(col, Width, cols)

Object

Table
The object or objects this method applies to.

col

Long; zero-based column index

Width

Double; column width

cols

Long; the number of columns to insert

 

   Comments?