[]
Specifies whether the conditional format is based on a cell value or an expression.
public enum FormatConditionType
AboveAverageCondition = 10
Specifies the above average condition.
BlanksCondition = 8
Specifies the blanks condition.
CellValue = 0
Specifies that the conditional format is based on a cell value.
ColorScale = 2
Specifies the color scale.
Databar = 3
Specifies the databar.
ErrorsCondition = 12
Specifies the errors condition.
Expression = 1
Specifies that the conditional format is based on an expression.
IconSets = 5
Specifies icon sets.
NoBlanksCondition = 11
Specifies the no blanks condition.
NoErrorsCondition = 13
Specfies the no errors condition.
TextString = 7
Specifies a text string.
TimePeriod = 9
Specifies the time period.
Top10 = 4
Specifies the top 10 values.
UniqueValues = 6
Specifies unique values.