AddClone()
ColumnCollection::AddClone(System::SharedPtr<IColumn>, bool) method
Creates a copy of the specified template row and inserts it at the bottom of a table.
System::ArrayPtr<System::SharedPtr<IColumn>> Aspose::Slides::ColumnCollection::AddClone(System::SharedPtr<IColumn> templ, bool withAttachedColumns) override
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 ColumnCollection
- Namespace Aspose::Slides
- Library Aspose.Slides