AddEmptySlide

ISlideCollection.AddEmptySlide method

Adds a new empty slide to the end of the collection.

public ISlide AddEmptySlide(ILayoutSlide layout)
ParameterTypeDescription
layoutILayoutSlideLayout for a slide.

Return Value

Added slide.

See Also