ConditionalFormattingValue Class

ConditionalFormattingValue class

Describes the values of the interpolation points in a gradient scale, dataBar or iconSet.


type ConditionalFormattingValue struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetValueGet or set the value of this conditional formatting value object.It should be used in conjunction with Type.
SetValueGet or set the value of this conditional formatting value object.It should be used in conjunction with Type.
GetTypeGet or set the type of this conditional formatting value object.Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Maxwill auto set “Value” to null.
SetTypeGet or set the type of this conditional formatting value object.Setting the type to FormatConditionValueType.Min or FormatConditionValueType.Maxwill auto set “Value” to null.
IsGTEGet 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.
SetIsGTEGet 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.