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
| Name | Type | Access | Description |
|---|---|---|---|
as_i_collection | list | Read | |
as_i_enumerable | Any | Read | Provides an enumerable view of the rows collection |
Mètodes
| Signature | Description |
|---|---|
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) |