AddClone
IRowCollection.AddClone method
Creates a copy of the specified template row and inserts it at the bottom of a table.
public IRow[] AddClone(IRow templ, bool withAttachedRows)
Parameter | Type | Description |
---|---|---|
templ | IRow | Row which is used as a template. |
withAttachedRows | Boolean | True to copy also all rows attached to the template row. |
Return Value
Added rows.
See Also
- interface IRow
- interface IRowCollection
- namespace Aspose.Slides
- assembly Aspose.Slides