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

See Also