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