[]
Specifies whether the conditional format is based on a cell value or an expression.
public enum FormatConditionType
Public Enum FormatConditionType
| Name | Description |
|---|---|
| AboveAverageCondition | Specifies the above average condition. |
| BlanksCondition | Specifies the blanks condition. |
| CellValue | Specifies that the conditional format is based on a cell value. |
| ColorScale | Specifies the color scale. |
| Databar | Specifies the databar. |
| ErrorsCondition | Specifies the errors condition. |
| Expression | Specifies that the conditional format is based on an expression. |
| IconSets | Specifies icon sets. |
| NoBlanksCondition | Specifies the no blanks condition. |
| NoErrorsCondition | Specfies the no errors condition. |
| TextString | Specifies a text string. |
| TimePeriod | Specifies the time period. |
| Top10 | Specifies the top 10 values. |
| UniqueValues | Specifies unique values. |