ColumnCollection.Insert Method
Name | Parameters | Description |
---|---|---|
Insert |
index, count, format |
Inserts multiple columns and specifies how to format these columns. |
Insert |
index, count | Inserts multiple columns into the worksheet. |
Insert |
index | Inserts a new column into the worksheet at the specified position. |
Insert |
column |
Inserts multiple columns and specifies how to format these columns. |
Insert |
column |
Inserts multiple columns into the worksheet. |
Insert |
column |
Inserts a column with the specified heading into the worksheet. |