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. |
Property Getters/Setters Detail |
---|
getIs3ColorScale/setIs3ColorScale : boolean | |
boolean getIs3ColorScale() / setIs3ColorScale(value) |
getMinCfvo : ConditionalFormattingValue | |
ConditionalFormattingValue getMinCfvo() |
getMidCfvo : ConditionalFormattingValue | |
ConditionalFormattingValue getMidCfvo() |
getMaxCfvo : ConditionalFormattingValue | |
ConditionalFormattingValue getMaxCfvo() |
getMinColor/setMinColor : Color | |
Color getMinColor() / setMinColor(value) |
getMidColor/setMidColor : Color | |
Color getMidColor() / setMidColor(value) |
getMaxColor/setMaxColor : Color | |
Color getMaxColor() / setMaxColor(value) |