ConditionalFormattingResult
ConditionalFormattingResult class
Represents the result of conditional formatting which applies to a cell.
class ConditionalFormattingResult;
Properties
Property | Type | Description |
---|---|---|
conditionalStyle | Style | Readonly. Gets the conditional result style. |
conditionalFormattingIcon | ConditionalFormattingIcon | Readonly. Gets the image of icon set. |
conditionalFormattingDataBar | DataBar | Readonly. Gets the DataBar object. |
conditionalFormattingColorScale | ColorScale | Readonly. Gets the ColorScale object. |
colorScaleResult | Color | Readonly. Gets the display color of color scale. |
Methods
Method | Description |
---|---|
getConditionalStyle() | @deprecated. Please use the ‘conditionalStyle’ property instead. Gets the conditional result style. |
getConditionalFormattingIcon() | @deprecated. Please use the ‘conditionalFormattingIcon’ property instead. Gets the image of icon set. |
getConditionalFormattingDataBar() | @deprecated. Please use the ‘conditionalFormattingDataBar’ property instead. Gets the DataBar object. |
getConditionalFormattingColorScale() | @deprecated. Please use the ‘conditionalFormattingColorScale’ property instead. Gets the ColorScale object. |
getColorScaleResult() | @deprecated. Please use the ‘colorScaleResult’ property instead. Gets the display color of color scale. |
isNull() | Checks whether the implementation object is null. |
conditionalStyle
Readonly. Gets the conditional result style.
conditionalStyle : Style;
conditionalFormattingIcon
Readonly. Gets the image of icon set.
conditionalFormattingIcon : ConditionalFormattingIcon;
conditionalFormattingDataBar
Readonly. Gets the DataBar object.
conditionalFormattingDataBar : DataBar;
conditionalFormattingColorScale
Readonly. Gets the ColorScale object.
conditionalFormattingColorScale : ColorScale;
colorScaleResult
Readonly. Gets the display color of color scale.
colorScaleResult : Color;
getConditionalStyle()
@deprecated. Please use the ‘conditionalStyle’ property instead. Gets the conditional result style.
getConditionalStyle() : Style;
Returns
getConditionalFormattingIcon()
@deprecated. Please use the ‘conditionalFormattingIcon’ property instead. Gets the image of icon set.
getConditionalFormattingIcon() : ConditionalFormattingIcon;
Returns
getConditionalFormattingDataBar()
@deprecated. Please use the ‘conditionalFormattingDataBar’ property instead. Gets the DataBar object.
getConditionalFormattingDataBar() : DataBar;
Returns
getConditionalFormattingColorScale()
@deprecated. Please use the ‘conditionalFormattingColorScale’ property instead. Gets the ColorScale object.
getConditionalFormattingColorScale() : ColorScale;
Returns
getColorScaleResult()
@deprecated. Please use the ‘colorScaleResult’ property instead. Gets the display color of color scale.
getColorScaleResult() : Color;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;