IColumnCollection — Aspose.Slides FOSS C# (.NET) API Reference
IColumnCollection — IColumnCollection API type.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
Count | int | Read/Write | |
AsICollection | IList<IColumn> | Read/Write | |
AsIEnumerable | IEnumerable<IColumn> | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
AddClone(IColumn templ, bool withAttachedColumns) | void | The list of newly created columns. |
InsertClone(int index, IColumn templ, bool withAttachedColumns) | void | The list of newly created columns. |
RemoveAt(int index, bool withAttachedRows) | void |