SummaryZoomSectionCollection class

SummaryZoomSectionCollection class

Represents a collection of Summary Zoom Section objects.

The SummaryZoomSectionCollection type exposes the following members:

Gets the element at the specified index. Read-only ISummaryZoomSection.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_summary_zoom_section(self, section)Creates new Summary Zoom Section object and add it to the collection
index_of(self, summary_zoom_section)Returns an index of the specified SummaryZoomSection object.
remove_summary_zoom_section(self, section)Remove Summary Zoom Section object from the collection.
get_summary_section(self, section)Returns Summary Zoom Section element for the given section.
clear(self)Removes all SummaryZoomSection objects from the collection.

See Also