ColumnCollection

ColumnCollection

Overview

ColumnCollection is a class in Aspose.Slides FOSS for Python. Inherits from: BaseCollection, IColumnCollection.

Represents collection of columns in a table.

Properties

NameTypeAccessDescription
as_i_collectionlistReadProvides the collection as a generic list interface
as_i_enumerableAnyReadProvides the collection as an enumerable (iterable) interface

Methods

SignatureDescription
add_clone(templ, with_attached_columns)list[IColumn]Adds a cloned copy of the template column, optionally with attached columns, and returns a list of IColumn
insert_clone(index, templ, with_attached_columns)list[IColumn]Inserts a cloned copy of the template column at the given index, optionally with attached columns, returning a list of IColumn
remove_at(first_column_index, with_attached_rows)Removes columns starting at the specified index, optionally also removing attached rows

See Also