SheetXL - v0.3.20
    Preparing search index...

    Variable TypeConst

    Type: {
        Background: "background";
        Custom: "custom";
        Gradient: "gradient";
        Group: "group";
        Image: "pattern";
        None: "none";
        Pattern: "pattern";
        Solid: "solid";
    } = ...

    Types of fill styles used for painting surfaces.

    Type declaration

    • ReadonlyBackground: "background"

      An Image.

      • Not support in cells. This is currently only support in drawML (charts, shapes, powerpoint).
    • ReadonlyCustom: "custom"

      For allowing custom types.

      Placeholder and not yet implemented. This will have a function callback.

    • ReadonlyGradient: "gradient"

      A gradient

    • ReadonlyGroup: "group"

      Inherit the fill from the group.

      • This has no effect if not in a group.
      • Not support in cells. This is currently only support in drawML (charts, shapes, powerpoint).
    • ReadonlyImage: "pattern"

      An Image.

      • Not support in cells. This is currently only support in drawML (charts, shapes, powerpoint).
    • ReadonlyNone: "none"

      No fill.

    • ReadonlyPattern: "pattern"

      A pattern.

    • ReadonlySolid: "solid"

      A solid color.