SummaryZoomSectionCollection

SummaryZoomSectionCollection class

Represents a collection of Summary Zoom Section objects.

public sealed class SummaryZoomSectionCollection : DomObject<SummaryZoomFrame>, 
    ISummaryZoomSectionCollection

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection. Read-only Int32.
IsSynchronized { get; }Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Item { get; }Gets the element at the specified index. Read-only ISummaryZoomSection.
SyncRoot { get; }Returns a synchronization root. Read-only Object.

Methods

NameDescription
AddSummaryZoomSection(ISection)Creates new Summary Zoom Section object and add it to the collection
Clear()Removes all SummaryZoomSection objects from the collection.
CopyTo(Array, int)Copies the entire collection to the specified array.
GetEnumerator()Returns an enumerator that iterates through 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