SheetXL - v0.3.20
    Preparing search index...

    Variable VerticalAlignmentConst

    VerticalAlignment: { Baseline: "baseline"; Sub: "sub"; Super: "super" } = ...

    Vertical alignment of text within a line.

    Type declaration

    • ReadonlyBaseline: "baseline"

      Aligns the baseline of the cell with the baseline of all other cells in the row that are baseline-aligned.

    • ReadonlySub: "sub"

      Aligns the baseline of the element with the subscript-baseline of its parent.

    • ReadonlySuper: "super"

      Aligns the baseline of the element with the superscript-baseline of its parent.