IColumnCollection Interface |
Namespace: Aspose.Slides
The IColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Returns ICollection interface.
(Inherited from IGenericCollectionT.) |
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
(Inherited from IGenericCollectionT.) |
![]() | Count | (Inherited from ICollection.) |
![]() | IsSynchronized | (Inherited from ICollection.) |
![]() | Item |
Returns the column at the specified index.
Read-only IColumn.
|
![]() | SyncRoot | (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | AddClone |
Creates a copy of the specified template row and inserts it at the bottom of a table.
|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | (Inherited from IEnumerableIColumn.) |
![]() | 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.
|