ISummaryZoomSectionCollection
Интерфейс ISummaryZoomSectionCollection
Представляет собой коллекцию объектов Summary Zoom Section.
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
Свойства
Методы
Name | Description |
---|
AddSummaryZoomSection(ISection) | Создает новый объект Summary Zoom Section и добавляет его в коллекцию |
Clear() | Удаляет все объекты SummaryZoomSection из коллекции. |
GetSummarySection(ISection) | Возвращает элемент Summary Zoom Section для указанного раздела. |
IndexOf(ISummaryZoomSection) | Возвращает индекс указанного объекта SummaryZoomSection. |
RemoveSummaryZoomSection(ISection) | Удаляет объект Summary Zoom Section из коллекции. |
Смотрите также