InsertClone
IRowCollection.InsertClone method
Creates a copy of the specified template row and insert it at the specified position in a table.
public IRow[] InsertClone(int index, IRow templ, bool withAttachedRows)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of a new row. |
templ | IRow | Row which is used as a template. |
withAttachedRows | Boolean | True to copy also all rows attached to the template row. |
Return Value
Inserted rows.
See Also
- interface IRow
- interface IRowCollection
- namespace Aspose.Slides
- assembly Aspose.Slides