InsertClone()
IColumnCollection::InsertClone(int32_t, System::SharedPtr<IColumn>, bool) method
Creates a copy of the specified template column and insert it at the specified position in a table.
virtual System::ArrayPtr<System::SharedPtr<IColumn>> Aspose::Slides::IColumnCollection::InsertClone(int32_t index, System::SharedPtr<IColumn> templ, bool withAttachedColumns)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of a new column. |
templ | System::SharedPtr<IColumn> | Column which is used as a template. |
withAttachedColumns | bool | True to copy also all columns attached to the template column. |
Return Value
Inserted columns.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IColumn
- Class IColumnCollection
- Namespace Aspose::Slides
- Library Aspose.Slides