IColumnCollection

IColumnCollection — Aspose.Slides FOSS Python API Reference

IColumnCollection — Represents a collection of i column objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
add_clone(templ, with_attached_columns)list[IColumn]
insert_clone(index, templ, with_attached_columns)list[IColumn]
remove_at(first_column_index, with_attached_rows)None

See Also