SheetXL - v0.3.20
    Preparing search index...

    Variable extendRangeToIntersectingRangesConst

    extendRangeToIntersectingRanges: (
        range: Readonly<RangeCoords>,
        ranges: Readonly<RangeCoords[]>,
    ) => RangeCoords

    Get maximum bound of an range given other ranges. Returns the union. (useful for to merged cell selection).

    Type declaration