Enum eExcelConditionalFormattingRuleType
- Namespace
- OfficeOpenXml.ConditionalFormatting
- Assembly
- EPPlus.dll
Enum for Conditional Format Type ST_CfType §18.18.12. With some changes.
public enum eExcelConditionalFormattingRuleType
Fields
AboveAverage = 0Highlights cells that are above the average for all values in the range.
AboveOrEqualAverage = 1Highlights cells that are above or equal to the average for all values in the range.
AboveStdDev = 4Highlights cells that are above the standard deviation for all values in the range.
AboveAverage Excel CF Rule Type BeginsWith = 20Highlights cells in the range that begin with the given text.
BelowAverage = 2Highlights cells that are below the average for all values in the range.
BelowOrEqualAverage = 3Highlights cells that are below or equal to the average for all values in the range.
BelowStdDev = 5Highlights cells that are below the standard deviation for all values in the range.
Between = 21Highlights cells in the range between the given two formulas.
Bottom = 6Highlights cells whose values fall in the bottom N bracket as specified.
BottomPercent = 7Highlights cells whose values fall in the bottom N percent as specified.
ContainsBlanks = 22Highlights cells that are completely blank.
ContainsErrors = 23Highlights cells with formula errors.
ContainsText = 24Highlights cells in the range that begin with the given text.
DataBar = 45This conditional formatting rule displays a gradated data bar in the range of cells.
DuplicateValues = 25Highlights duplicated values.
EndsWith = 26Highlights cells ending with the given text.
Equal = 27Highlights cells equal to the given formula.
Expression = 28This rule contains a formula to evaluate. When the formula result is true, the cell is highlighted.
FiveIconSet = 44This conditional formatting rule applies a 5 set icons to cells according to their values.
FourIconSet = 43This conditional formatting rule applies a 4 set icons to cells according to their values.
GreaterThan = 29Highlights cells greater than the given formula.
GreaterThanOrEqual = 30Highlights cells greater than or equal the given formula.
Last7Days = 10Highlights cells containing dates in the last 7 days.
LastMonth = 11Highlights cells containing dates in the last month.
LastWeek = 12Highlights cells containing dates in the last week.
LessThan = 31Highlights cells less than the given formula.
LessThanOrEqual = 32Highlights cells less than or equal the given formula.
NextMonth = 13Highlights cells containing dates in the next month.
NextWeek = 14Highlights cells containing dates in the next week.
NotBetween = 33Highlights cells outside the range in given two formulas.
NotContains = 34Highlights cells that does not contains the given formula.
NotContainsBlanks = 35Highlights cells that are not blank.
NotContainsErrors = 36Highlights cells without formula errors.
NotContainsText = 37Highlights cells that do not contain the given text.
NotEqual = 38.
ThisMonth = 15Highlights cells containing dates in this month.
ThisWeek = 16Highlights cells containing dates in this week.
ThreeColorScale = 40Three Color Scale (Low, Middle and High Color Scale)
ThreeIconSet = 42This conditional formatting rule applies a 3 set icons to cells according to their values.
Today = 17Highlights cells containing todays date.
Tomorrow = 18Highlights cells containing tomorrows date.
Top = 8Highlights cells whose values fall in the top N bracket as specified.
TopPercent = 9Highlights cells whose values fall in the top N percent as specified.
TwoColorScale = 41Two Color Scale (Low and High Color Scale)
UniqueValues = 39Highlights unique values in the range.
Yesterday = 19Highlights cells containing yesterdays date.