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

NameTypeAccessDescription
as_i_collectionlistReadProvides the columns as a generic list collection
as_i_enumerableAnyReadProvides an enumerable view of the column collection

Mètodes

SignatureDescription
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
 Català