SheetXL - v0.3.20
Preparing search index...
@sheetxl/utils
CoordUtils
createCellComparator
Function createCellComparator
createCellComparator
(
orientation
?:
RangeOrientation
,
reverse
?:
boolean
,
)
:
(
a
:
CellCoords
,
b
:
CellCoords
)
=>
number
Returns a Comparator for cells with support for range orientation and reverse.
Parameters
orientation
:
RangeOrientation
= RangeOrientation.Row
reverse
:
boolean
= false
Returns
(
a
:
CellCoords
,
b
:
CellCoords
)
=>
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
SheetXL - v0.3.20
Loading...
Returns a Comparator for cells with support for range orientation and reverse.