InsertClone()

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

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

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

Arguments

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

Return Value

Inserted columns.

See Also