InsertClone

IRowCollection.InsertClone method

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

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

Return Value

Inserted rows.

See Also