ISummaryZoomSectionCollection

Интерфейс ISummaryZoomSectionCollection

Представляет собой коллекцию объектов Summary Zoom Section.

public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>

Свойства

NameDescription
Item { get; }Получает элемент по указанному индексу. Только для чтения ISummaryZoomSection.

Методы

NameDescription
AddSummaryZoomSection(ISection)Создает новый объект Summary Zoom Section и добавляет его в коллекцию
Clear()Удаляет все объекты SummaryZoomSection из коллекции.
GetSummarySection(ISection)Возвращает элемент Summary Zoom Section для указанного раздела.
IndexOf(ISummaryZoomSection)Возвращает индекс указанного объекта SummaryZoomSection.
RemoveSummaryZoomSection(ISection)Удаляет объект Summary Zoom Section из коллекции.

Смотрите также