Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface FormatConditionValueType


public interface FormatConditionValueType

Represents conditional format value type constants


Field Summary
static byte FORMULA
          The minimum/ midpoint / maximum value for the gradient is determined by a formula.
static byte MAX
          Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
static byte MIN
          Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
static byte NUMBER
          Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
static byte 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.
static byte PERCENTILE
          Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
 

Field Detail

FORMULA

static final byte FORMULA
The minimum/ midpoint / maximum value for the gradient is determined by a formula.

See Also:
Constant Field Values

MAX

static final byte MAX
Indicates that the maximum value in the range shall be used as the maximum value for the gradient.

See Also:
Constant Field Values

MIN

static final byte MIN
Indicates that the minimum value in the range shall be used as the minimum value for the gradient.

See Also:
Constant Field Values

NUMBER

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

See Also:
Constant Field Values

PERCENT

static final byte 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.

See Also:
Constant Field Values

PERCENTILE

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

See Also:
Constant Field Values