SheetXL - v0.3.20
    Preparing search index...

    Interface GetFlattenOptions

    interface GetFlattenOptions {
        orientations?: IRange.Orientations;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    orientations?: IRange.Orientations

    Returns a set of ranges with overlaps removed and attempts to merge adjacent ranges into larger ranges.

    The overlap detection and initial merge orientation.

    Additional options to control range behavior.

    A new ICellRanges object with non-overlapping, and where possible, merged ranges.

    IRange.Orientations.Both.