ColumnCollection — Aspose.Slides FOSS C# (.NET) API Reference
ColumnCollection — ColumnCollection API type. Inherits from: IColumnCollection, IEnumerable<IColumn>.
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 | |
InsertClone(int index, IColumn templ, bool withAttachedColumns) | void | |
RemoveAt(int index, bool withAttachedRows) | void | |
GetEnumerator() | void |