add_clone method
add_clone
Creates a copy of the specified template row and inserts it at the bottom of a table.
Returns
Added rows.
def add_clone(self, templ, with_attached_rows):
...
| Parameter | Type | Description |
|---|---|---|
| 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