ConditionalFormattingResult

ConditionalFormattingResult class

Represents the result of conditional formatting which applies to a cell.

class ConditionalFormattingResult;

Properties

PropertyTypeDescription
conditionalStyleStyleReadonly. Gets the conditional result style.
conditionalFormattingIconConditionalFormattingIconReadonly. Gets the image of icon set.
conditionalFormattingDataBarDataBarReadonly. Gets the DataBar object.
conditionalFormattingColorScaleColorScaleReadonly. Gets the ColorScale object.
colorScaleResultColorReadonly. Gets the display color of color scale.

Methods

MethodDescription
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

Style

getConditionalFormattingIcon()

@deprecated. Please use the ‘conditionalFormattingIcon’ property instead. Gets the image of icon set.

getConditionalFormattingIcon() : ConditionalFormattingIcon;

Returns

ConditionalFormattingIcon

getConditionalFormattingDataBar()

@deprecated. Please use the ‘conditionalFormattingDataBar’ property instead. Gets the DataBar object.

getConditionalFormattingDataBar() : DataBar;

Returns

DataBar

getConditionalFormattingColorScale()

@deprecated. Please use the ‘conditionalFormattingColorScale’ property instead. Gets the ColorScale object.

getConditionalFormattingColorScale() : ColorScale;

Returns

ColorScale

getColorScaleResult()

@deprecated. Please use the ‘colorScaleResult’ property instead. Gets the display color of color scale.

getColorScaleResult() : Color;

Returns

Color

isNull()

Checks whether the implementation object is null.

isNull() : boolean;