abstractEntireAxisSelection
Hierarchy
- EntireSelection
- EntireAxisSelection
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
start: number
row index where the selection starts, integer
end: number
row index where the selection ends, integer
Returns EntireAxisSelection
Properties
readonlyend
Selection end index, integer
readonlystart
Selection start index, integer
Methods
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
Normalize the selection according to the given data
Parameters
data: Matrix<unknown>
Returns EntireAxisSelection
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 of an entire axis in the spreadsheet