Represents a horizontal page break in a [[Worksheet]].

HorizontalPageBreak

new HorizontalPageBreak(firstRowOnPage: number): HorizontalPageBreak

Returns HorizontalPageBreak

Gets the 0-based index of the first row on the page after this break.

get firstRowOnPage(): number

Returns number

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

set printArea(a: WorksheetRegion): void

Parameters

Returns void

Inherited from: PageBreak

Determines whether this [[PageBreak]] is equal to the specified object.

equals(obj: any): boolean

Parameters

  • obj: any

    The object to test.

Returns boolean

Inherited from: PageBreak

Gets the hash code for the [[PageBreak]].

getHashCode(): number

Returns number