public final class ConditionalColor extends ConditionalObject
ColorScaleCondition
of a conditional formatting rule to specify color scale point.Modifier and Type | Method and Description |
---|---|
SpreadsheetColor |
getColor()
Gets the color.
|
void |
setColor(SpreadsheetColor color)
Sets the color.
|
String |
toString()
Returns a
String that represents this ConditionalColor instance. |
getValue, setValue
public SpreadsheetColor getColor()
public void setColor(SpreadsheetColor color)
color
- The color.public String toString()
String
that represents this ConditionalColor
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class ConditionalObject
String
that represents this ConditionalColor
instance.© GemBox Ltd. — All rights reserved.