[]
Represents a collection of template slides.
public class SlideCollection : Collection<Slide>, IList<Slide>, ICollection<Slide>, IList, ICollection, IReadOnlyList<Slide>, IReadOnlyCollection<Slide>, IEnumerable<Slide>, IEnumerable
| Name | Description |
|---|---|
| Clear(bool) | Removes all slides from the collection, then disposes the slides. |
| ClearItems() | Removes all items from the SlideCollection. |
| InsertItem(int, Slide) | Inserts a Slide into the SlideCollection at the specified index. |
| RemoveItem(int) | Removes the item at the specified index of the SlideCollection. |
| SetItem(int, Slide) | Replaces the Slide at the specified index. |