ColumnCollection Class |
Namespace: Aspose.Slides
The ColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Returns the number of columns in a collection.
Read-only Int32.
|
![]() | IsSynchronized |
Returns a value indicating whether access to the collection is synchronized (thread-safe).
Read-only Boolean.
|
![]() | Item |
Returns the column at the specified index.
Read-only Column.
|
![]() | SyncRoot |
Returns a synchronization root.
Read-only Object.
|
Name | Description | |
---|---|---|
![]() | AddClone |
Creates a copy of the specified template row and inserts it at the bottom of a table.
|
![]() | CopyTo |
Copies all elements from the collection to the specified array.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InsertClone |
Creates a copy of the specified template column and insert it at the specified position in a table.
|
![]() | RemoveAt |
Removes a column at the specified position from a table.
|
![]() | ToString | (Inherited from Object.) |