Function: checkInHeaderRanges()
function checkInHeaderRanges(
selections,
indexOfRowCol,
rowOrCol): Nullable<ISelectionWithStyle>
Defined in: submodules/univer/packages/sheets-ui/src/controllers/utils/selections-tools.ts:104
Detect this row/col is in selections.
Parameters
Parameter | Type |
---|---|
selections | readonly ISelectionWithStyle [] |
indexOfRowCol | number |
rowOrCol | | ROW | COLUMN |
Returns
boolean