insert_clone method
insert_clone
Creates a copy of the specified template row and insert it at the specified position in a table.
Returns
Inserted rows.
def insert_clone(self, index, templ, with_attached_rows):
...
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of a new row. |
| templ | IRow | Row which is used as a template. |
| with_attached_rows | bool | True to copy also all rows attached to the template row. |
See Also
- class
IRow - class
IRowCollection - module
aspose.slides - library
Aspose.Slides