VerticalPageBreak Class
Specifies a vertical position where the new page begins when the worksheet is printed.
public sealed class VerticalPageBreak : PageBreak, IComparable<PageBreak>
Public NotInheritable Class VerticalPageBreak
Inherits PageBreak
Implements IComparable(Of PageBreak)
- Inheritance:
- System.ObjectVerticalPageBreak
Implements
System.IComparable<PageBreak>
Properties
Column
Index of the first column of the new page.
Property Value
- System.Int32
FirstRow
Index of the first row of the new page.
Property Value
- System.Int32
Remarks
Use 0 (first row) if you don't care.
LastRow
Index of the last row of the new page.
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>