AddClone

RowCollection.AddClone method

Creates a copy of the specified template row and inserts it at the bottom of a table.

public IRow[] AddClone(IRow templ, bool withAttachedRows)
ParameterTypeDescription
templIRowRow which is used as a template.
withAttachedRowsBooleanTrue to copy also all rows attached to the template row.

Return Value

Added rows.

See Also