Skip to main content

Class: EntireWorksheetSelection

Defined in: src/selection.ts:100

Selection of the entire worksheet

Extends

Constructors

Constructor

new EntireWorksheetSelection(): EntireWorksheetSelection

Returns

EntireWorksheetSelection

Inherited from

EntireSelection.constructor

Methods

equals()

equals(selection): boolean

Defined in: src/selection.ts:125

Determines whether the given selection is equal to this selection

Parameters

selection

Selection

Returns

boolean

Overrides

EntireSelection.equals


has()

has(data, point): boolean

Defined in: src/selection.ts:121

Determines whether the given point is within the selection

Parameters

data

Matrix<unknown>

point

Point

Returns

boolean

Overrides

EntireSelection.has


hasEntireColumn()

hasEntireColumn(column): boolean

Defined in: src/selection.ts:109

Determines whether the given column is entirely selected in given selection

Parameters

column

number

Returns

boolean

Overrides

EntireSelection.hasEntireColumn


hasEntireRow()

hasEntireRow(row): boolean

Defined in: src/selection.ts:113

Determines whether the given row is entirely selected in given selection

Parameters

row

number

Returns

boolean

Overrides

EntireSelection.hasEntireRow


normalizeTo()

normalizeTo(data): this

Defined in: src/selection.ts:105

Normalize the selection according to the given data

Parameters

data

Matrix<unknown>

Returns

this

Overrides

EntireSelection.normalizeTo


size()

size(data): number

Defined in: src/selection.ts:117

Get the number of selected points according to given data

Parameters

data

Matrix<unknown>

Returns

number

Overrides

EntireSelection.size


toRange()

toRange(data): PointRange

Defined in: src/selection.ts:101

Get concrete range of the selection in the given data

Parameters

data

Matrix<unknown>

Returns

PointRange

Overrides

EntireSelection.toRange