ISectionSlideCollection

ISectionSlideCollection interface

Represents a collection of a slides in the section.

public interface ISectionSlideCollection : IGenericCollection<ISlide>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only ISlide.

See Also