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