ISummaryZoomSectionCollection
ISummaryZoomSectionCollection interface
Représente une collection d’objets Summary Zoom Section.
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
Propriétés
Méthodes
Nom | La description |
---|
AddSummaryZoomSection(ISection) | Crée un nouvel objet Section de zoom récapitulatif et l’ajoute à la collection |
Clear() | Supprime tous les objets SummaryZoomSection de la collection. |
GetSummarySection(ISection) | Renvoie l’élément Summary Zoom Section pour la section donnée. |
IndexOf(ISummaryZoomSection) | Renvoie un index de l’objet SummaryZoomSection spécifié. |
RemoveSummaryZoomSection(ISection) | Supprimer l’objet Summary Zoom Section de la collection. |
Voir également