ConditionalFormattingValue Class
Contents
[
Hide
]ConditionalFormattingValue class
Describes the values of the interpolation points in a gradient scale, dataBar or iconSet.
type ConditionalFormattingValue struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetValue | Get or set the value of this conditional formatting value object.It should be used in conjunction with Type. |
SetValue | Get or set the value of this conditional formatting value object.It should be used in conjunction with Type. |
GetType | Get or set the type of this conditional formatting value object.Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Maxwill auto set “Value” to null. |
SetType | Get or set the type of this conditional formatting value object.Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Maxwill auto set “Value” to null. |
IsGTE | Get or set the Greater Than Or Equal flag.Use only for icon sets, determines whether this threshold value usesthe greater than or equal to operator.‘false’ indicates ‘greater than’ is used instead of ‘greater than or equal to’.Default value is true. |
SetIsGTE | Get or set the Greater Than Or Equal flag.Use only for icon sets, determines whether this threshold value usesthe greater than or equal to operator.‘false’ indicates ‘greater than’ is used instead of ‘greater than or equal to’.Default value is true. |