Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.35 KB

File metadata and controls

15 lines (11 loc) · 1.35 KB

ColorScale

Properties

Name Type Description Notes
max_cfvo ConditionalFormattingValue Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. [optional]
mid_color Color Get or set the mid value object's corresponding color. [optional]
min_color Color Get or set the min value object's corresponding color. [optional]
mid_cfvo ConditionalFormattingValue Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it. [optional]
min_cfvo ConditionalFormattingValue Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. [optional]
max_color Color Get or set the max value object's corresponding color. [optional]

[Back to Model list] [Back to API list] [Back to README]