Class ColorScale

ColorScale class

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

public class ColorScale

Properties

NameDescription
Is3ColorScale { get; set; }Indicates whether conditional formatting is 3 color scale.
MaxCfvo { get; }Get or set this ColorScale’s max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it.
MaxColor { get; set; }Get or set the gradient color for the maximum value in the range.
MidCfvo { get; }Get or set this ColorScale’s mid value object. Cannot set CFValueObject with type FormatConditionValueType.Max or FormatConditionValueType.Min to it.
MidColor { get; set; }Get or set the gradient color for the middle value in the range.
MinCfvo { get; }Get or set this ColorScale’s min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it.
MinColor { get; set; }Get or set the gradient color for the minimum value in the range.

See Also