Inserts a Column at the specified Column Name.
Syntax
ISExcelColumns.Insert(columnName, [columnCount], [copyFromColumnName])
Parameters
| Name | Type | Optional | ByRef | Description |
| columnName |
String |
|
|
The Column Name to insert at. |
| columnCount |
Integer |
Optional |
|
The number of Columns to add.
If omitted, a value of 1 is assumed. |
| copyFromColumnName |
String |
Optional |
|
Optionally specify a Column to copy from. If not specified will create a blank Column. |
Return Value
Boolean
- Member of:
- ISExcelColumns
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0