AddClone()

IColumnCollection::AddClone(System::SharedPtr<IColumn>, bool) method

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

virtual System::ArrayPtr<System::SharedPtr<IColumn>> Aspose::Slides::IColumnCollection::AddClone(System::SharedPtr<IColumn> templ, bool withAttachedColumns)=0

Arguments

ParameterTypeDescription
templSystem::SharedPtr<IColumn>Column which is used as a template.
withAttachedColumnsboolTrue to copy also all columns attached to the template row.

Return Value

Added columns.

See Also