ConditionalFormattingResult

ConditionalFormattingResult class

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

class ConditionalFormattingResult;

Methods

MethodDescription
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.

getConditionalStyle()

Gets the conditional result style.

getConditionalStyle() : Style;

Returns

Style

getConditionalFormattingIcon()

Gets the image of icon set.

getConditionalFormattingIcon() : ConditionalFormattingIcon;

Returns

ConditionalFormattingIcon

getConditionalFormattingDataBar()

Gets the DataBar object.

getConditionalFormattingDataBar() : DataBar;

Returns

DataBar

getConditionalFormattingColorScale()

Gets the ColorScale object.

getConditionalFormattingColorScale() : ColorScale;

Returns

ColorScale

getColorScaleResult()

Gets the display color of color scale.

getColorScaleResult() : Color;

Returns

Color