ColumnCollection class

ColumnCollection class

Represents collection of columns in a table.

The ColumnCollection type exposes the following members:

Returns the column at the specified index. Read-only Column.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_cloneCreates a copy of the specified template row and inserts it at the bottom of a table.
insert_cloneCreates a copy of the specified template column and insert it at the specified position in a table.
remove_atRemoves a column at the specified position from a table.

See Also