SheetXL - v0.3.20
    Preparing search index...

    Variable TypeConst

    Type: { Absolute: "absolute"; OneCell: "oneCell"; TwoCell: "twoCell" } = ...

    Describes how an anchored items bounds will adjust if rows/columns are inserted/removed.

    Type declaration

    • ReadonlyAbsolute: "absolute"

      Doesn't move when anchors moves.

    • ReadonlyOneCell: "oneCell"

      Only moves the top left

    • ReadonlyTwoCell: "twoCell"

      Moves both the top left and the bottom right