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