SheetXL - v0.3.20
    Preparing search index...

    Variable createCellComparatorConst

    createCellComparator: (
        orientation?: RangeOrientation,
        reverse?: boolean,
    ) => (a: CellCoords, b: CellCoords) => number

    Returns a Comparator for cells with support for range orientation and reverse.

    Type declaration