SheetXL - v0.3.20
    Preparing search index...

    The coordinates for a FreezePane.

    Can have either a coordinate or a topLeft or both.

    interface FreezePanes {
        coords?: Partial<IRange.CellCoords>;
        topLeft?: Partial<TopLeft>;
    }
    Index

    Properties

    Properties

    coords?: Partial<IRange.CellCoords>

    At least one direction must be set.

    topLeft?: Partial<TopLeft>

    If scrolling then this will be set.

    If the current view has a scroll offset and freeze is called it will 'transfer' the scroll coordinates.