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