Property Getters/Setters Summary | ||
---|---|---|
method | getIs3ColorScale() | |
method | setIs3ColorScale(value) | |
Indicates whether conditional formatting is 3 color scale. | ||
method | getMaxCfvo() | |
Get or set this ColorScale's max value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
|
||
method | getMaxColor() | |
method | setMaxColor(value) | |
Get or set the max value object's corresponding color. | ||
method | getMidCfvo() | |
Get or set this ColorScale's mid value object.
Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
|
||
method | getMidColor() | |
method | setMidColor(value) | |
Get or set the mid value object's corresponding color. | ||
method | getMinCfvo() | |
Get or set this ColorScale's min value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
|
||
method | getMinColor() | |
method | setMinColor(value) | |
Get or set the min value object's corresponding color. |
boolean getIs3ColorScale() / setIs3ColorScale(value)
ConditionalFormattingValue getMinCfvo()
ConditionalFormattingValue getMidCfvo()
ConditionalFormattingValue getMaxCfvo()
Color getMinColor() / setMinColor(value)
Color getMidColor() / setMidColor(value)
Color getMaxColor() / setMaxColor(value)