public interface ISectionSlideCollection extends IGenericCollection<ISlide>
Represents a collection of a slides in the section.
Modifier and Type | Method and Description |
---|---|
ISlide |
get_Item(int index)
Gets the element at the specified index.
|
iterator