GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    PageBreakCollection<T> Class

    Namespace:
    GemBox.Spreadsheet
    Assembly:
    GemBox.Spreadsheet.dll

    Generic base class for page break collections.

    • C#
    • VB.NET
    public abstract class PageBreakCollection<T> : PageBreakCollection, IEnumerable<T>, IEnumerable
    Public MustInherit Class PageBreakCollection(Of T As PageBreak)
        Inherits PageBreakCollection
        Implements IEnumerable(Of T), IEnumerable
    Type Parameters
    T

    Type of the items in the collection, either HorizontalPageBreak or VerticalPageBreak.

    Inheritance:
    System.Object
    PageBreakCollection
    PageBreakCollection<T>
    Derived
    HorizontalPageBreakCollection
    VerticalPageBreakCollection
    Implements
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Methods

    GetEnumerator()

    Returns an enumerator for the collection.

    • C#
    • VB.NET
    public IEnumerator<T> GetEnumerator()
    Public Function GetEnumerator As IEnumerator(Of T)
    Returns
    System.Collections.Generic.IEnumerator<T>

    An enumerator for the collection.

    Inherited Properties

    Count

    Gets the number of page breaks contained in the collection.

    (Inherited from PageBreakCollection)

    Inherited Methods

    Clear()

    Removes all page breaks.

    (Inherited from PageBreakCollection)

    RemoveAt(System.Int32)

    Removes the page break at the specified index.

    (Inherited from PageBreakCollection)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.