AddClone()
RowCollection::AddClone(System::SharedPtr<IRow>, bool) method
Creates a copy of the specified template row and inserts it at the bottom of a table.
System::ArrayPtr<System::SharedPtr<IRow>> Aspose::Slides::RowCollection::AddClone(System::SharedPtr<IRow> templ, bool withAttachedRows) override
Arguments
Parameter | Type | Description |
---|---|---|
templ | System::SharedPtr<IRow> | Row which is used as a template. |
withAttachedRows | bool | True to copy also all rows attached to the template row. |
Return Value
Added rows.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IRow
- Class RowCollection
- Namespace Aspose::Slides
- Library Aspose.Slides