java.lang.Object
com.aspose.cells.ColorScale
public class ColorScale
- extends java.lang.Object
Describe the ColorScale conditional formatting rule.
This conditional formatting rule creates a gradated color scale on the cells.
Property Getters/Setters Detail |
-
Get or set this ColorScale's min value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
-
Get or set this ColorScale's mid value object.
Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
-
Get or set this ColorScale's max value object.
Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
getMinColor/setMinColor | |
public Color getMinColor() / public void setMinColor(Color value)
|
-
Get or set the min value object's corresponding color.
getMidColor/setMidColor | |
public Color getMidColor() / public void setMidColor(Color value)
|
-
Get or set the mid value object's corresponding color.
getMaxColor/setMaxColor | |
public Color getMaxColor() / public void setMaxColor(Color 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.