aspose.cells
Class ColorScale

Describe the ColorScale conditional formatting rule. This conditional formatting rule creates a gradated color scale on the cells.

Property Getters/Setters Summary
functiongetIs3ColorScale()
functionsetIs3ColorScale(value)
           Indicates whether conditional formatting is 3 color scale.
functiongetMaxCfvo()
           Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
functiongetMaxColor()
functionsetMaxColor(value)
           Get or set the max value object's corresponding color.
functiongetMidCfvo()
           Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
functiongetMidColor()
functionsetMidColor(value)
           Get or set the mid value object's corresponding color.
functiongetMinCfvo()
           Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
functiongetMinColor()
functionsetMinColor(value)
           Get or set the min value object's corresponding color.
 

Property Getters/Setters Detail

getIs3ColorScale/setIs3ColorScale : boolean 

function getIs3ColorScale() / function setIs3ColorScale(value)
Indicates whether conditional formatting is 3 color scale.

getMinCfvo : ConditionalFormattingValue 

function getMinCfvo()
Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.

getMidCfvo : ConditionalFormattingValue 

function getMidCfvo()
Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.

getMaxCfvo : ConditionalFormattingValue 

function getMaxCfvo()
Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.

getMinColor/setMinColor : Color 

function getMinColor() / function setMinColor(value)
Get or set the min value object's corresponding color.

getMidColor/setMidColor : Color 

function getMidColor() / function setMidColor(value)
Get or set the mid value object's corresponding color.

getMaxColor/setMaxColor : Color 

function getMaxColor() / function setMaxColor(value)
Get or set the max value object's corresponding color.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.