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