ILayoutSlideCollection class

ILayoutSlideCollection class

Represents a base class for collection of a layout slides.

The ILayoutSlideCollection type exposes the following members:

Returns the layout slide by index. Read-only ILayoutSlide.

Indexer

NameDescription
[index]

Methods

MethodDescription
get_by_typeReturns the first layout slide of specified type.
removeRemoves a layout from the collection.
remove_unusedRemoves unused layout slides (layout slides whose HasDependingSlides is false).

See Also