ISummaryZoomSectionCollection

ISummaryZoomSectionCollection interface

Représente une collection d’objets Summary Zoom Section.

public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>

Propriétés

NomLa description
Item { get; }Obtient l’élément à l’index spécifié. Lecture seuleISummaryZoomSection .

Méthodes

NomLa 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