AddClone

IMasterLayoutSlideCollection.AddClone method

Adds a copy of a specified layout slide to the end of the collection.

public ILayoutSlide AddClone(ILayoutSlide sourceLayout)
ParameterTypeDescription
sourceLayoutILayoutSlideSlide to clone.

Return Value

Added slide.

Remarks

  1. New layout will be linked with parent master slide for this layout slides collection. So this is analogue of copy/paste with “Use Destination Theme” option in PowerPoint. 2) Analogue of this method is method AddClone accessed with LayoutSlides property.

See Also