AddClone

MasterSlideCollection.AddClone method

Adds a copy of a specified master slide to the end of the collection. Linked layout slides will be copied too.

public IMasterSlide AddClone(IMasterSlide sourceMaster)
ParameterTypeDescription
sourceMasterIMasterSlideSlide to clone.

Return Value

Added slide.

See Also