Excel.ConditionalColorScaleCriterion interface

Stellt ein Farbskalakriterium dar, das einen Typ, einen Wert und eine Farbe enthält.

Hinweise

[ API-Satz: ExcelApi 1.6 ]

Eigenschaften

color

HTML-Farbcodedarstellung der Farbskalafarbe (z. B. #FF0000 steht für Rot).

formula

Eine Zahl, eine Formel oder null (wenn type ist lowestValue).

type

Worauf die bedingte Formel des Kriteriums basieren soll.

Details zur Eigenschaft

color

HTML-Farbcodedarstellung der Farbskalafarbe (z. B. #FF0000 steht für Rot).

color?: string;

Eigenschaftswert

string

Hinweise

[ API-Satz: ExcelApi 1.6 ]

formula

Eine Zahl, eine Formel oder null (wenn type ist lowestValue).

formula?: string;

Eigenschaftswert

string

Hinweise

[ API-Satz: ExcelApi 1.6 ]

type

Worauf die bedingte Formel des Kriteriums basieren soll.

type: Excel.ConditionalFormatColorCriterionType | "Invalid" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile";

Eigenschaftswert

Excel.ConditionalFormatColorCriterionType | "Invalid" | "LowestValue" | "HighestValue" | "Number" | "Percent" | "Formula" | "Percentile"

Hinweise

[ API-Satz: ExcelApi 1.6 ]