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
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of columns in the collection |
AsICollection | IList<IColumn> | Read | Provides the columns as an IList |
AsIEnumerable | IEnumerable<IColumn> | Read | Provides the columns as an IEnumerable |
Mètodes
| Signature | Description |
|---|---|
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 |