index_of method

index_of

Returns an index of the specified SummaryZoomSection object.

Returns

Index of a SummaryZoomSection object or -1 if SummaryZoomSection object not from this collection.

def index_of(self, summary_zoom_section):
    ...
ParameterTypeDescription
summary_zoom_sectionISummaryZoomSectionSummaryZoomSection object to find ISummaryZoomSection.

See Also