version 1.5
Function InsertColumn (c As Integer) As rtColumn
Inserts an empty column at the index. To insert a new column at the beginning use:
set col = rtTableObject.insertColumn (1)
The method returns the newly created
rtColumn object. You may use it for example to set a default style used by all cells in the column or set a specific width.
There can be no more than 64 columns in table (Notes limitation).
|