Base class for horizontal and vertical page breaks in a [[Worksheet]].
Constructors
Section titled "Constructors"PageBreak
new PageBreak(a: number, b: Nullable$1<number>, c: Nullable$1<number>): PageBreak Returns PageBreak
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"printArea
Section titled "printArea"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"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"Gets the hash code for the [[PageBreak]].
getHashCode(): number