​
​
​

Gets a collection of all columns the table consists of. The property's value is an object of the type TableColumnCollection.

Syntax

​public TableColumnCollection Columns { get; }
​Public ReadOnly Property Columns() As TableColumnCollection
​

Limitations

Read only.

​