ISummaryZoomSectionCollection
ISummaryZoomSectionCollection-Schnittstelle
Stellt eine Sammlung von Summary Zoom Section-Objekten dar.
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
Eigenschaften
Methoden
| Name | Beschreibung |
|---|
| AddSummaryZoomSection(ISection) | Erstellt ein neues Summary Zoom Section-Objekt und fügt es der Sammlung hinzu. |
| Clear() | Entfernt alle SummaryZoomSection-Objekte aus der Sammlung. |
| GetSummarySection(ISection) | Gibt das Summary Zoom Section-Element für den angegebenen Abschnitt zurück. |
| IndexOf(ISummaryZoomSection) | Gibt einen Index des angegebenen SummaryZoomSection-Objekts zurück. |
| RemoveSummaryZoomSection(ISection) | Entfernt das Summary Zoom Section-Objekt aus der Sammlung. |
Siehe Auch