Abstract base class for classes which control pane settings.

See

Hierarchy

Hierarchy

Implements

  • IChangeInfoContext

Constructors

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get firstColumnInRightPane(): number
  • Gets or sets the first visible column in the right pane(s) of the worksheet.

    This affects the scroll position for the right pane(s) of the worksheet and is only used if the worksheet is split vertically.

    The zero-based index of the first visible column in the right pane(s).

    Throws

    ArgumentOutOfRangeException The assigned value is outside the valid column range (0 to one less than Workbook.maxExcelColumnCount or Workbook.maxExcel2007ColumnCount, depending on the workbook's Workbook.currentFormat).

    Returns number

  • set firstColumnInRightPane(a: number): void
  • Parameters

    • a: number

    Returns void

  • get firstRowInBottomPane(): number
  • Gets or sets the first visible row in the bottom pane(s) of the worksheet.

    This affects the scroll position for the bottom pane(s) of the worksheet and is only used if the worksheet is split horizontally.

    The zero-based index of the first visible row in the bottom pane(s).

    Throws

    ArgumentOutOfRangeException The assigned value is outside the valid row range (0 to one less than Workbook.maxExcelRowCount or Workbook.maxExcel2007RowCount, depending on the workbook's Workbook.currentFormat).

    Returns number

  • set firstRowInBottomPane(a: number): void
  • Parameters

    • a: number

    Returns void

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Resets the pane settings to their defaults.

    The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.

    Returns void

  • Resets the pane settings to their defaults.

    The defaults used for each setting are the same defaults with which Microsoft Excel creates a blank worksheet.

    Returns void

  • 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