AddClone
ColumnCollection.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
- class ColumnCollection
- namespace Aspose.Slides
- assembly Aspose.Slides