XlFormatConditionType Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies whether the conditional format is based on a cell value or an expression.
Namespace:Bytescout.Spreadsheet.ConstantsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| CellValue | 0 | The conditional format is based on a cell value. | |
| Expression | 1 | The conditional format is based on an expression. | |
| ColorScale | 2 | Color scale | |
| Databar | 3 | Databar | |
| Top10 | 4 | Top 10 values | |
| IconSets | 5 | Icon sets | |
| UniqueValues | 6 | Unique values | |
| TextString | 7 | Text string | |
| BlanksCondition | 8 | Blanks condition | |
| TimePeriod | 9 | Time period | |
| AboveAverageCondition | 10 | Above average condition | |
| NoBlanksCondition | 11 | No blanks condition | |
| ErrorsCondition | 12 | Errors condition | |
| NoErrorsCondition | 13 | No errors condition |
See Also