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 printArea
Section titled "printArea"Inherited from: PageBreak
printArea: WorksheetRegion 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
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