ConditionalFormattingResult
Contents
[
Hide
]ConditionalFormattingResult class
Represents the result of conditional formatting which applies to a cell.
class ConditionalFormattingResult;
Methods
Method | Description |
---|---|
getConditionalStyle() | Gets the conditional result style. |
getConditionalFormattingIcon() | Gets the image of icon set. |
getConditionalFormattingDataBar() | Gets the DataBar object. |
getConditionalFormattingColorScale() | Gets the ColorScale object. |
getColorScaleResult() | Gets the display color of color scale. |
isNull() | Checks whether the implementation object is null. |
getConditionalStyle()
Gets the conditional result style.
getConditionalStyle() : Style;
Returns
getConditionalFormattingIcon()
Gets the image of icon set.
getConditionalFormattingIcon() : ConditionalFormattingIcon;
Returns
getConditionalFormattingDataBar()
Gets the DataBar object.
getConditionalFormattingDataBar() : DataBar;
Returns
getConditionalFormattingColorScale()
Gets the ColorScale object.
getConditionalFormattingColorScale() : ColorScale;
Returns
getColorScaleResult()
Gets the display color of color scale.
getColorScaleResult() : Color;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;