Represents a horizontal page break in a [[Worksheet]].
Constructors
Section titled "Constructors"HorizontalPageBreak
new HorizontalPageBreak(firstRowOnPage: number): HorizontalPageBreak Returns HorizontalPageBreak
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"firstRowOnPage
Section titled "firstRowOnPage"Gets the 0-based index of the first row on the page after this break.
get firstRowOnPage(): number
Returns number
printArea
Section titled "printArea"Inherited from: PageBreak
Gets the print area in which the page break occurs. A instance that is the print area where the page break occurs or null if the page break occurs across the entire sheet.
get printArea(): WorksheetRegion
Returns WorksheetRegion
Methods
Section titled "Methods"equals
Section titled "equals"Inherited from: PageBreak
Determines whether this [[PageBreak]] is equal to the specified object.
equals(obj: any): boolean Parameters
- obj:
anyThe object to test.
Returns boolean
getHashCode
Section titled "getHashCode"Inherited from: PageBreak
Gets the hash code for the [[PageBreak]].
getHashCode(): number