insert_clone method

insert_clone

Creates a copy of the specified template column and insert it at the specified position in a table.

Returns

Inserted columns.

def insert_clone(self, index, templ, with_attached_columns):
    ...
ParameterTypeDescription
indexintIndex of a new column.
templIColumnColumn which is used as a template.
with_attached_columnsboolTrue to copy also all columns attached to the template column.

See Also