AddClone()

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

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

System::ArrayPtr<System::SharedPtr<IColumn>> Aspose::Slides::ColumnCollection::AddClone(System::SharedPtr<IColumn> templ, bool withAttachedColumns) override

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