InsertColumn
This method inserts a new column after specified ColumnIndex.
Syntax
InsertColumn (ColumnIndex as Long, ColumnName as String)| Parameter | Description |
|---|---|
| ColumnIndex | Zero-based index of existing column, after which the new column is inserted. |
| ColumnName | Name of new column |
