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):
    ...
ParameterTypeDescription
templIRowRow which is used as a template.
with_attached_rowsboolTrue to copy also all rows attached to the template row.

See Also