IColumnCollection
Overview
IColumnCollection is a interface in Aspose.Slides FOSS for .NET.
Represents a collection of table columns.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IColumn> | Read | Gets the columns as an IList |
AsIEnumerable | IEnumerable<IColumn> | Read | Gets the columns as an IEnumerable |
Methods
| Signature | Description |
|---|---|
AddClone(templ: IColumn, withAttachedColumns: bool) | The list of newly created columns. |
InsertClone(index: int, templ: IColumn, withAttachedColumns: bool) | The list of newly created columns. |
RemoveAt(index: int, withAttachedRows: bool) |