Skip to main content

abstractEntireSelection

Selection of an entire part of the spreadsheet

Hierarchy

Index

Methods

abstractequals

  • Determines whether the given selection is equal to this selection


    Parameters

    Returns boolean

abstracthas

  • Determines whether the given point is within the selection


    Parameters

    Returns boolean

abstracthasEntireColumn

  • hasEntireColumn(column: number): boolean
  • Determines whether the given column is entirely selected in given selection


    Parameters

    • column: number

    Returns boolean

abstracthasEntireRow

  • hasEntireRow(row: number): boolean
  • Determines whether the given row is entirely selected in given selection


    Parameters

    • row: number

    Returns boolean

abstractnormalizeTo

  • Normalize the selection according to the given data


    Parameters

    Returns EntireSelection

abstractsize

  • size(data: Matrix<unknown>): number
  • Get the number of selected points according to given data


    Parameters

    Returns number

abstracttoRange

  • Get concrete range of the selection in the given data


    Parameters

    Returns null | PointRange