SheetXL - v0.3.20
    Preparing search index...

    Interface IGradientStop

    Indicates a color change occurs.

    interface IGradientStop {
        getColor(): IColor;
        getOffset(): number;
    }
    Index

    Methods

    • If not specified then the offsets will be equally weighted based off of the number of stops.

      Returns number