ISummaryZoomSectionCollection
ISummaryZoomSectionCollection interface
Represents a collection of Summary Zoom Section objects.
public interface ISummaryZoomSectionCollection : IGenericCollection<ISummaryZoomSection>
Properties
Methods
Name |
Description |
AddSummaryZoomSection(ISection) |
Creates new Summary Zoom Section object and add it to the collection |
Clear() |
Removes all SummaryZoomSection objects from the collection. |
GetSummarySection(ISection) |
Returns Summary Zoom Section element for the given section. |
IndexOf(ISummaryZoomSection) |
Returns an index of the specified SummaryZoomSection object. |
RemoveSummaryZoomSection(ISection) |
Remove Summary Zoom Section object from the collection. |
See Also