ColumnCollection

ColumnCollection — Aspose.Slides FOSS C# (.NET) API Reference

ColumnCollection — ColumnCollection API type. Inherits from: IColumnCollection, IEnumerable<IColumn>.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
CountintRead/Write
AsICollectionIList<IColumn>Read/Write
AsIEnumerableIEnumerable<IColumn>Read/Write

Methods

MethodReturnsDescription
AddClone(IColumn templ, bool withAttachedColumns)void
InsertClone(int index, IColumn templ, bool withAttachedColumns)void
RemoveAt(int index, bool withAttachedRows)void
GetEnumerator()void

See Also