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

NameTypeDescription
indexintIndex of a new row.
templRowRow which is used as a template.
withAttachedRowsbooleanTrue to copy also all rows attached to the template row.

Returns

Row