insertClone
insertClone(int index, Column templ, boolean withAttachedColumns) function
Creates a copy of the specified template column and insert it at the specified position in a table.
Parameters
Name | Type | Description |
---|---|---|
index | int | Index of a new column. |
templ | Column | Column which is used as a template. |
withAttachedColumns | boolean | True to copy also all columns attached to the template column. |