Abstract base class for classes which control pane settings.

See

  • [[FrozenPaneSettings]]
  • [[UnfrozenPaneSettings]]

Hierarchy

Hierarchy (view full)

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): 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): void
  • Parameters

    • a: number

    Returns void

Methods

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Returns Base

  • 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