AddClone()

IRowCollection::AddClone(System::SharedPtr<IRow>, bool) method

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

virtual System::ArrayPtr<System::SharedPtr<IRow>> Aspose::Slides::IRowCollection::AddClone(System::SharedPtr<IRow> templ, bool withAttachedRows)=0

Arguments

ParameterTypeDescription
templSystem::SharedPtr<IRow>Row which is used as a template.
withAttachedRowsboolTrue to copy also all rows attached to the template row.

Return Value

Added rows.

See Also