XlFormatConditionType Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob das bedingte Format auf einem Zellwert oder auf einem Ausdruck basiert.
public enum class XlFormatConditionType
public enum XlFormatConditionType
Public Enum XlFormatConditionType
- Vererbung
-
XlFormatConditionType
Felder
Name | Wert | Beschreibung |
---|---|---|
xlCellValue | 1 | Das bedingte Format basiert auf einem Zellwert. |
xlExpression | 2 | Die bedingte Formatierung basiert auf einem Ausdruck. |
xlColorScale | 3 | Farbskala |
xlDatabar | 4 | Databar |
xlTop10 | 5 | Die 10 höchsten Werte |
xlIconSets | 6 | Symbolsätze |
xlUniqueValues | 8 | Eindeutige Werte |
xlTextString | 9 | Textzeichenfolge |
xlBlanksCondition | 10 | Bedingung Leerzellen |
xlTimePeriod | 11 | Zeitraum |
xlAboveAverageCondition | 12 | Bedingung Über dem Durchschnitt |
xlNoBlanksCondition | 13 | Bedingung Keine Leerzeichen |
xlErrorsCondition | 16 | Bedingung Fehler |
xlNoErrorsCondition | 17 | Bedingung Keine Fehler |