add_clone method
add_clone
Creates a copy of the specified template row and inserts it at the bottom of a table.
Returns
Added columns.
def add_clone(self, templ, with_attached_columns):
    ...
| Parameter | Type | Description | 
|---|---|---|
| templ | IColumn | Column which is used as a template. | 
| with_attached_columns | bool | True to copy also all columns attached to the template row. | 
See Also
- class ColumnCollection
- class IColumn
- module aspose.slides
- library Aspose.Slides