asposecells.api
Class ColorScale

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

Property Getters/Setters Summary
methodgetIs3ColorScale()
methodsetIs3ColorScale(value)
           Indicates whether conditional formatting is 3 color scale.
methodgetMaxCfvo()
           Get or set this ColorScale's max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
methodgetMaxColor()
methodsetMaxColor(value)
           Get or set the max value object's corresponding color.
methodgetMidCfvo()
           Get or set this ColorScale's mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
methodgetMidColor()
methodsetMidColor(value)
           Get or set the mid value object's corresponding color.
methodgetMinCfvo()
           Get or set this ColorScale's min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
methodgetMinColor()
methodsetMinColor(value)
           Get or set the min value object's corresponding color.
 

Property Getters/Setters Detail

getIs3ColorScale/setIs3ColorScale : boolean 

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

getMinCfvo : ConditionalFormattingValue 

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

getMidCfvo : ConditionalFormattingValue 

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

getMaxCfvo : ConditionalFormattingValue 

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

getMinColor/setMinColor : Color 

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

getMidColor/setMidColor : Color 

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

getMaxColor/setMaxColor : Color 

Color getMaxColor() / 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.