InsertClone()
IRowCollection::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.
virtual System::ArrayPtr<System::SharedPtr<IRow>> Aspose::Slides::IRowCollection::InsertClone(int32_t index, System::SharedPtr<IRow> templ, bool withAttachedRows)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of a new row. |
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
Inserted rows.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IRow
- Class IRowCollection
- Namespace Aspose::Slides
- Library Aspose.Slides