ColumnCollectionAddClone Method |
Creates a copy of the specified template row and inserts it at the bottom of a table.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public IColumn[] AddClone(
IColumn templ,
bool withAttachedColumns
)
Public Function AddClone (
templ As IColumn,
withAttachedColumns As Boolean
) As IColumn()
public:
virtual array<IColumn^>^ AddClone(
IColumn^ templ,
bool withAttachedColumns
) sealed
abstract AddClone :
templ : IColumn *
withAttachedColumns : bool -> IColumn[]
override AddClone :
templ : IColumn *
withAttachedColumns : bool -> IColumn[]
Parameters
- templ
- Type: Aspose.SlidesIColumn
Column which is used as a template. - withAttachedColumns
- Type: SystemBoolean
True to copy also all columns attached to the template row.
Return Value
Type:
IColumnAdded columns.
Implements
IColumnCollectionAddClone(IColumn, Boolean)See Also