IColumnCollection
General
IColumnCollection és una interfície en Aspose.Slides per a NET.
Representa una col·lecció de colonnes de taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | |
AsICollection | IList<IColumn> | Read | |
AsIEnumerable | IEnumerable<IColumn> | Read |
Mètodes
| Signature | Description |
|---|---|
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 |