Inserts a column or columns before the specified column.
Public Sub InsertCols(ByVal StartCol As Integer, ByVal Count As Integer)
Grid Object
The following parameters are available:
| Parameter | Description |
| StartCol | Column number of column before which to insert new column or columns. |
| Count | Number of columns to insert. |
None