IColumnCollection

IColumnCollection

Overview

IColumnCollection is a interface in Aspose.Slides FOSS for .NET.

Represents a collection of table columns.

Properties

NameTypeAccessDescription
CountintRead
AsICollectionIList<IColumn>ReadGets the columns as an IList
AsIEnumerableIEnumerable<IColumn>ReadGets the columns as an IEnumerable

Methods

SignatureDescription
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)

See Also