[]
Adds a collection of TableColumn objects to the existing TableColumnCollection.
public void AddRange(IEnumerable<TableColumn> collection)
| Type | Name | Description |
|---|---|---|
| IEnumerable<TableColumn> | collection | A collection of the TableColumn objects to add. |