IColumnCollection

General

IColumnCollection és una interfície en Aspose.Slides per a NET.

Representa una col·lecció de colonnes de taula.

Propietats

NameTypeAccessDescription
CountintRead
AsICollectionIList<IColumn>Read
AsIEnumerableIEnumerable<IColumn>Read

Mètodes

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)Deletes the column at the given index; withAttachedRows indicates removal of attached rows
 Català