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