InsertClone

IMasterSlideCollection.InsertClone method

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

public IMasterSlide InsertClone(int index, IMasterSlide sourceMaster)
ParameterTypeDescription
indexInt32Index of new slide.
sourceMasterIMasterSlideSlide to clone.

Return Value

Inserted master slide.

See Also