abstractSelection
Hierarchy
Index
Methods
abstractequals
Determines whether the given selection is equal to this selection
Parameters
selection: Selection
Returns boolean
abstracthas
abstracthasEntireColumn
Determines whether the given column is entirely selected in given selection
Parameters
column: number
Returns boolean
abstracthasEntireRow
Determines whether the given row is entirely selected in given selection
Parameters
row: number
Returns boolean
abstractnormalizeTo
abstractsize
Get the number of selected points according to given data
Parameters
data: Matrix<unknown>
Returns number
abstracttoRange
Get concrete range of the selection in the given data
Parameters
data: Matrix<unknown>
Returns null | PointRange
Selection from a spreadsheet