SheetXL - v0.3.20
    Preparing search index...

    Variable GradientTypeConst

    GradientType: {
        Circular: "circular";
        Linear: "linear";
        Path: "path";
        Rect: "rect";
    } = ...

    Represents the types of gradients that can be applied to shapes or other elements.

    Type declaration

    • ReadonlyCircular: "circular"

      A circular gradient, where colors transition radially from a central point.

      Not supported by Excel.

    • ReadonlyLinear: "linear"

      A linear gradient, where colors transition along a straight line.

    • ReadonlyPath: "path"

      A path-based gradient, where colors transition along a defined path.

      • Currently not directly supported by the rendering engine.
    • ReadonlyRect: "rect"

      A rectangular gradient, where colors transition within a rectangular shape.

      Not supported by Excel or SheetXL rendering engine.