FormatConditionType Enumeration
In This Topic
Specifies whether the conditional format is based on a cell value or an expression.
Members
Member | 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. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.FormatConditionType
See Also