IRowCollection — Aspose.Slides FOSS Python API Reference

IRowCollection — Represents a collection of i row objects.

Package: aspose.slides_foss


Properties

PropertyTypeAccessDescription
as_i_collectionlistRead-only
as_i_enumerableAnyRead-only

Methods

MethodReturnsDescription
add_clone(templ, with_attached_rows)list[IRow]
insert_clone(index, templ, with_attached_rows)list[IRow]
remove_at(first_row_index, with_attached_rows)None

See Also