ColorScale Class

ColorScale class

Describe the ColorScale conditional formatting rule.This conditional formatting rule creates a gradated color scale on the cells.


type ColorScale struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIs3ColorScaleIndicates whether conditional formatting is 3 color scale.
SetIs3ColorScaleIndicates whether conditional formatting is 3 color scale.
GetMinCfvoGet or set this ColorScale’s min value object.Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
GetMidCfvoGet or set this ColorScale’s mid value object.Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
GetMaxCfvoGet or set this ColorScale’s max value object.Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
GetMinColorGet or set the gradient color for the minimum value in the range.
SetMinColorGet or set the gradient color for the minimum value in the range.
GetMidColorGet or set the gradient color for the middle value in the range.
SetMidColorGet or set the gradient color for the middle value in the range.
GetMaxColorGet or set the gradient color for the maximum value in the range.
SetMaxColorGet or set the gradient color for the maximum value in the range.