ColumnCollection Class |
Namespace: Spire.Presentation.Collections
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
.
|
| Name | Description | |
|---|---|---|
|
|
Add |
Insert column in a table.
(Inherited from
ColumnList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
ColumnList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Insert column in a table.
(Inherited from
ColumnList
.)
|
|
|
RemoveAt |
Removes a column at the specified position from a table.
(Inherited from
ColumnList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|