SheetXL - v0.3.20
    Preparing search index...

    Variable HorizontalAlignmentConst

    HorizontalAlignment: {
        Center: "center";
        CenterContinuous: "centerContinuous";
        Distributed: "distributed";
        Fill: "fill";
        General: "general";
        Justify: "justify";
        Left: "left";
        Right: "right";
    }

    Type declaration

    • ReadonlyCenter: "center"
    • ReadonlyCenterContinuous: "centerContinuous"

      Not Supported

    • ReadonlyDistributed: "distributed"

      Not Supported

    • ReadonlyFill: "fill"
    • ReadonlyGeneral: "general"

      Aligned based on the data value. Text data is left-aligned. Numbers, dates, and times are right-aligned. Boolean types are centered.

    • ReadonlyJustify: "justify"
    • ReadonlyLeft: "left"