SheetXL - v0.3.20
    Preparing search index...

    Variable ConditionalBoundsTypeConst

    ConditionalBoundsType: {
        Formula: "formula";
        Max: "max";
        Min: "min";
        Num: "num";
        Percent: "percent";
        Percentile: "percentile";
    } = ...

    Type declaration

    • ReadonlyFormula: "formula"

      The minimum/ midpoint / maximum value for the gradient is determined by a formula.

    • ReadonlyMax: "max"

      Indicates that the maximum value in the range shall be used as the maximum value for the gradient.

    • ReadonlyMin: "min"

      Indicates that the minimum value in the range shall be used as the minimum value for the gradient.

    • ReadonlyNum: "num"

      Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.

    • ReadonlyPercent: "percent"

      Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.

    • ReadonlyPercentile: "percentile"

      Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.