RowCollection

General

RowCollection is a class in Aspose.Slides for Python. Inherits from: BaseCollection, IRowCollection.

RowCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽIRowCollection▽ .

Representa la col·lecció de línies de taula.

Propietats

NameTypeAccessDescription
as_i_collectionlistRead
as_i_enumerableAnyReadProvides an enumerable view of the rows collection

Mètodes

SignatureDescription
add_clone(templ, with_attached_rows)list[IRow]Adds clones of a template row, optionally with attached rows, and returns a list of IRow
insert_clone(index, templ, with_attached_rows)list[IRow]Inserts clones of a template row at the given index, optionally with attached rows, returning a list of IRow
remove_at(first_row_index, with_attached_rows)
 Català