SheetXL - v0.3.20
    Preparing search index...

    Variable unionRangesArraysConst

    unionRangesArrays: (
        ranges: readonly RangeCoords[],
        range?: RangeCoords,
        reuse?: RangeCoords,
    ) => RangeCoords

    Returns the smallest RangeCoords that encloses all ranges in the array. Will return null if the range is empty.

    Type declaration