IColumnCollection

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

IColumnCollection — IColumnCollection API type.

Package: Aspose.Slides.Foss


Properties

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

Methods

MethodReturnsDescription
AddClone(IColumn templ, bool withAttachedColumns)voidThe list of newly created columns.
InsertClone(int index, IColumn templ, bool withAttachedColumns)voidThe list of newly created columns.
RemoveAt(int index, bool withAttachedRows)void

See Also