ColumnCollection
General
ColumnCollection is a class in Aspose.Slides for Python.
Inherits from: BaseCollection, IColumnCollection.
ColumnCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽIColumnCollection▽ .
Representa la col·lecció de columnes en una taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | Provides the columns as a generic list collection |
as_i_enumerable | Any | Read | Provides an enumerable view of the column collection |
Mètodes
| Signature | Description |
|---|---|
add_clone(templ, with_attached_columns) → list[IColumn] | creates clones of a column template and returns a list ofIColumn` objects |
insert_clone(index, templ, with_attached_columns) → list[IColumn] | Inserts cloned columns at the given index using a template and returns a list of IColumn |
remove_at(first_column_index, with_attached_rows) | Removes columns starting at the specified index, optionally also removing attached rows |