SheetXL - v0.3.20
    Preparing search index...

    Variable OrientationConst

    Orientation: {
        Horizontal: "horizontal";
        Stacked: "stacked";
        Vertical: "90";
        Vertical270: "270";
    } = ...

    Specifies the orientation in which text is displayed.

    Type declaration

    • ReadonlyHorizontal: "horizontal"

      Horizontal text. This is the default.

    • ReadonlyStacked: "stacked"

      Determines if all of the text is vertical; ('one letter on top of another').

      Not Supported

    • ReadonlyVertical: "90"

      Vertical orientation.

      Each line is 90 degrees rotated clockwise, so it goes from top to bottom; each next line is to the left from the previous one.

    • ReadonlyVertical270: "270"

      Vertical orientation.

      Each line is 270 degrees rotated clockwise, so it goes from bottom to top; each next line is to the right from the previous one.