SheetXL - v0.3.20
    Preparing search index...

    Variable UnderlineStyleConst

    UnderlineStyle: {
        Double: "double";
        DoubleAccounting: "doubleAccounting";
        None: "none";
        Single: "single";
        SingleAccounting: "singleAccounting";
    } = ...

    Specifies the style of underline applied to text.

    Type declaration

    • ReadonlyDouble: "double"

      A double underline.

    • ReadonlyDoubleAccounting: "doubleAccounting"

      A double underline used in accounting contexts (typically thicker and below the descenders).

    • ReadonlyNone: "none"

      No underline.

    • ReadonlySingle: "single"

      A single underline.

    • ReadonlySingleAccounting: "singleAccounting"

      A single underline used in accounting contexts (typically below the descenders).