[]
Adds a new Column object to this collection at a specified position.
public Column Insert(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The position where the new column will be inserted. |
| Type | Description |
|---|---|
| Column | A reference to the Column that was inserted to the collection. |