AddClone()
IColumnCollection::AddClone(System::SharedPtr<IColumn>, bool) method
Creates a copy of the specified template row and inserts it at the bottom of a table.
virtual System::ArrayPtr<System::SharedPtr<IColumn>> Aspose::Slides::IColumnCollection::AddClone(System::SharedPtr<IColumn> templ, bool withAttachedColumns)=0
Arguments
Parameter | Type | Description |
---|---|---|
templ | System::SharedPtr<IColumn> | Column which is used as a template. |
withAttachedColumns | bool | True to copy also all columns attached to the template row. |
Return Value
Added columns.
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IColumn
- Class IColumnCollection
- Namespace Aspose::Slides
- Library Aspose.Slides