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. |
function getIs3ColorScale() / function setIs3ColorScale(value)
function getMinCfvo()
function getMidCfvo()
function getMaxCfvo()
function getMinColor() / function setMinColor(value)
function getMidColor() / function setMidColor(value)
function getMaxColor() / function setMaxColor(value)