The TabConditionType enumeration contains types of conditional cell formatting.
It is used by the following property:
| Value | Description |
| 0 | Values. Formats cells based on their values. |
| 1 | CellContent. Formats cells with specified values. |
| 2 | MinMax. Formats cells with greatest or smallest values. |
| 3 | Average. Formats cells with values greater/smaller than the average. |
| 4 | Duplicate. Formats cells containing duplicates/unique values. |
| 5 | Formula. Formats cells that satisfy specified formula. |
| 6 | Growth. Formats the grows indicator cells according to the values of the first row or column of the range. |
| 7 | Scale. The color scale based on the cells values. |
| 8 | NumericScale. The numeric scale based on the cells values. |
See also: