SheetXL - v0.3.20
    Preparing search index...

    Variable TileMirrorConst

    TileMirror: { Both: "b"; Horizontal: "h"; None: "none"; Vertical: "v" } = ...

    Specifies how a tile is mirrored or flipped when filling a shape or container.

    Type declaration

    • ReadonlyBoth: "b"

      The tile is mirrored both vertically and horizontally.

    • ReadonlyHorizontal: "h"

      The tile is mirrored horizontally (flipped along the x-axis).

    • ReadonlyNone: "none"

      No mirroring is applied.

    • ReadonlyVertical: "v"

      The tile is mirrored vertically (flipped along the y-axis).