SheetXL - v0.3.20
Preparing search index...
@sheetxl/sdk
CoordUtils
isCellWithinRange
Variable isCellWithinRange
Const
isCellWithinRange
:
(
cell
:
CellCoords
,
range
:
RangeCoords
)
=>
boolean
Returns true if
coords
is within
range
.
Type declaration
(
cell
:
CellCoords
,
range
:
RangeCoords
)
:
boolean
Parameters
cell
:
CellCoords
CellCoords
range
:
RangeCoords
RangeCoords
Returns
boolean
Remarks
Null safe
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
Returns true if
coords
is withinrange
.