ConditionalFormattingResult Class
ConditionalFormattingResult class
Represents the result of conditional formatting which applies to a cell.
type ConditionalFormattingResult struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| 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. |