2.5.19 CFVOtype

The CFVOtype enumeration specifies how the Conditional Formatting Value Object (CFVO) value is determined. In the following table, X represents a parameter value. If the formula.cce field of the containing BrtCFVO (section 2.4.331) record is greater than 0, X is the result of evaluating formula. Otherwise, X is equal to the value of the numParam field of the containing BrtCFVO record. The value of this enumeration MUST be a value from the following table.

Name

Value

Meaning

CFVONUM

0x00000001

X

CFVOMIN

0x00000002

The minimum value from the range of cells that the conditional formatting rule applies to.

CFVOMAX

0x00000003

The maximum value from the range of cells that the conditional formatting rule applies to.

CFVOPERCENT

0x00000004

The minimum value in the range of cells that the conditional formatting rule applies to, plus X percent of the difference between the maximum and minimum values in the range of cells that the conditional formatting rule applies to.

For example, if the minimum and maximum values in the range are 1 and 10 respectively, and X is 10, the CFVO value is 1.9.

CFVOPERCENTILE

0x00000005

The minimum value of the cell that is in the X percentile of the range of cells that the conditional formatting rule applies to.

CFVOFMLA

0x00000007

The result of evaluating formula of the containing BrtCFVO record.