ColumnCollection

General

ColumnCollection is a class in Aspose.Slides for NET. Inherits from: IColumnCollection, IEnumerable<IColumn>.

ColumnCollection és una classe en Aspose.Slides per NET. És heretat de: ゚IColumnCollection⌒, ヽIEnumerable⌒ .

Representa una col·lecció de colonnes en una taula. Manten synchronizació entre les definicions de la columna tblGrid i els elements de cèl·lula per filas a l’arbre XML.

Propietats

NameTypeAccessDescription
CountintReadGets the number of columns in the collection
AsICollectionIList<IColumn>ReadProvides the columns as an IList
AsIEnumerableIEnumerable<IColumn>ReadProvides the columns as an IEnumerable

Mètodes

SignatureDescription
AddClone(templ: IColumn, withAttachedColumns: bool)Creates a copy of templ column and adds it to the collection; optionally copies attached columns
InsertClone(index: int, templ: IColumn, withAttachedColumns: bool)Inserts a cloned copy of templ at the specified index; optionally copies attached columns
RemoveAt(index: int, withAttachedRows: bool)Deletes the column at index; optionally also removes attached rows
GetEnumerator()Returns an enumerator for iterating over the columns
 Català