ColumnCollection Properties |
The ColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of columns in a collection.
Read-only
Int32
.
(Inherited from
ColumnList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the column at the specified index.
Read-only
TableColumn
.
(Inherited from
ColumnList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|