Provides information about a visualization of a group of rows and columns in a [[Worksheet]]

Hierarchy

Hierarchy

  • PropertyChangeNotifierExtended
    • SpreadsheetPane

Constructors

Properties

$type: Type
propertyChanged: ((sender, e) => void)

Type declaration

    • (sender, e): void
    • Parameters

      • sender: any
      • e: PropertyChangedEventArgs

      Returns void

$t: Type
nextHashCode: number

Accessors

  • get selection(): SpreadsheetSelection
  • Returns an object that represents the selection within the pane.

    Note: Only the selection of the active pane is rendered.

    Returns SpreadsheetSelection

  • get visibleRange(): SpreadsheetCellRange
  • Returns a range that represents the current visible range.

    Returns SpreadsheetCellRange

Methods

  • Parameters

    • a: ITypedPropertyChangeListener$2<any, string>
    • b: boolean

    Returns void

  • Parameters

    • a: any
    • b: string
    • c: any

    Returns void

  • Parameters

    • a: any
    • b: string
    • c: any

    Returns void

  • Parameters

    • other: any

    Returns boolean

  • Returns number

  • Returns Base

  • Parameters

    • a: any
    • b: string
    • c: any

    Returns void

  • Parameters

    • a: ITypedPropertyChangeListener$2<any, string>

    Returns void

  • Used to ensure that a specified cell is fully in view within the [[visibleRange]].

    Parameters

    Returns void

  • Used to ensure that a specified cell is fully in view within the [[visibleRange]].

    Parameters

    • cellAddress: string

      The A1 style address of the cell that is to be brought into view

    Returns void

  • Used to ensure that a specified column is fully in view within the [[visibleRange]].

    Throws

    [[ArgumentOutOfRangeException]] The 'index' must be 0 or greater.

    Parameters

    • index: number

      0 based index of the column to be brought into view.

    Returns void

  • Used to ensure that a specified cell is fully in view within the [[visibleRange]].

    Parameters

    Returns void

  • Used to ensure that a specified cell is fully in view within the [[visibleRange]].

    Parameters

    • rangeAddress: string

      The A1 style address of the cell range that is to be brought into view

    Returns void

  • Used to ensure that a specified row is fully in view within the [[visibleRange]].

    Throws

    [[ArgumentOutOfRangeException]] The 'index' must be 0 or greater.

    Parameters

    • index: number

      0 based index of the row to be brought into view.

    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