InsertClone()

RowCollection::InsertClone(int32_t, System::SharedPtr<IRow>, bool) method

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

System::ArrayPtr<System::SharedPtr<IRow>> Aspose::Slides::RowCollection::InsertClone(int32_t index, System::SharedPtr<IRow> templ, bool withAttachedRows) override

Arguments

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

Return Value

Inserted rows.

See Also