AddClone

IColumnCollection.AddClone method

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

public IColumn[] AddClone(IColumn templ, bool withAttachedColumns)
ParameterTypeDescription
templIColumnColumn which is used as a template.
withAttachedColumnsBooleanTrue to copy also all columns attached to the template row.

Return Value

Added columns.

See Also