ConditionalFormattingResult
ConditionalFormattingResult class
Represents the result of conditional formatting which applies to a cell.
Properties
| Name | Type | Description |
|---|---|---|
| ConditionalStyle | Style | Gets the conditional result style. |
| ConditionalFormattingIcon | ConditionalFormattingIcon | Gets the image of icon set. |
| ConditionalFormattingDataBar | DataBar | Gets the DataBar object. |
| ConditionalFormattingColorScale | ColorScale | Gets the ColorScale object. |
| ColorScaleResult | Color | Gets the display color of color scale. |
ConditionalFormattingResult.ConditionalStyle property
Gets the conditional result style.
Type: Style
ConditionalFormattingResult.ConditionalFormattingIcon property
Gets the image of icon set.
Type: ConditionalFormattingIcon
ConditionalFormattingResult.ConditionalFormattingDataBar property
Gets the DataBar object.
Type: DataBar
ConditionalFormattingResult.ConditionalFormattingColorScale property
Gets the ColorScale object.
Type: ColorScale
ConditionalFormattingResult.ColorScaleResult property
Gets the display color of color scale.
Type: Color