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

    Show / Hide Table of Contents

    VerticalPageBreak Class

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

    Specifies a vertical position where the new page begins when the worksheet is printed.

    • C#
    • VB.NET
    public sealed class VerticalPageBreak : PageBreak, IComparable<PageBreak>
    Public NotInheritable Class VerticalPageBreak
        Inherits PageBreak
        Implements IComparable(Of PageBreak)
    Inheritance:
    System.Object
    PageBreak
    VerticalPageBreak
    Implements
    System.IComparable<PageBreak>

    Properties

    Column

    Index of the first column of the new page.

    • C#
    • VB.NET
    public int Column { get; set; }
    Public Property Column As Integer
    Property Value
    System.Int32

    FirstRow

    Index of the first row of the new page.

    • C#
    • VB.NET
    public int FirstRow { get; set; }
    Public Property FirstRow As Integer
    Property Value
    System.Int32
    Remarks

    Use 0 (first row) if you don't care.

    LastRow

    Index of the last row of the new page.

    • C#
    • VB.NET
    public int LastRow { get; set; }
    Public Property LastRow As Integer
    Property Value
    System.Int32
    Remarks

    Use 65535 (last row) if you don't care.

    Inherited Methods

    CompareTo(PageBreak)

    Compares the value of this instance to a specified PageBreak value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified PageBreak value.

    (Inherited from PageBreak)

    Implements

    System.IComparable<T>
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.