GetByType

ILayoutSlideCollection.GetByType method

Returns the first layout slide of specified type.

public ILayoutSlide GetByType(SlideLayoutType type)
ParameterTypeDescription
typeSlideLayoutTypeA type of layout slide to find.

Return Value

ILayoutSlide with specified type or null if no layouts found.

See Also