ConditionalFormattingResult
Contents
[
Hide
]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. |
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;