Represents a vertical page break in a Worksheet.

See

PrintOptions.verticalPageBreaks

Hierarchy

Hierarchy

Implements

Constructors

  • Parameters

    • firstColumOnPage: number

    Returns VerticalPageBreak

  • Parameters

    Returns VerticalPageBreak

  • Parameters

    • firstColumOnPage: number
    • min: null | number
    • max: null | number

    Returns VerticalPageBreak

  • Parameters

    • Rest ..._rest: any[]

    Returns VerticalPageBreak

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get firstColumnOnPage(): number
  • Gets the 0-based index of the first column on the page after this break.

    Returns number

  • get printArea(): WorksheetRegion
  • 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.

    See

    Returns WorksheetRegion

  • set printArea(a: WorksheetRegion): void
  • Parameters

    Returns void

Methods

  • Determines whether this PageBreak is equal to the specified object.

    Returns

    True if the object is the same type as this PageBreak and has the same data; False otherwise.

    Parameters

    • obj: any

      The object to test.

    Returns boolean

  • Gets the hash code for the PageBreak.

    Returns

    A hash code for the instance.

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean