[]
Represents a strongly typed collection of TableColumn objects.
public sealed class TableColumnCollection : Collection<TableColumn>, IList<TableColumn>, ICollection<TableColumn>, IList, ICollection, IReadOnlyList<TableColumn>, IReadOnlyCollection<TableColumn>, IEnumerable<TableColumn>, IEnumerable
| Name | Description |
|---|---|
| TableColumnCollection() | Initializes a new instance of the TableColumnCollection class. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<TableColumn>) | Adds a collection of TableColumn objects to the existing TableColumnCollection. |