Table of Contents

Class ExcelConditionalFormattingColorScaleValue

Namespace
OfficeOpenXml.ConditionalFormatting
Assembly
EPPlus.dll
public class ExcelConditionalFormattingColorScaleValue
Inheritance
ExcelConditionalFormattingColorScaleValue
Inherited Members

Properties

Color

The color to be used

public Color Color { get; set; }

Property Value

Color

ColorSettings

Used to set color or theme color, index, auto and tint

public ExcelDxfColor ColorSettings { get; }

Property Value

ExcelDxfColor

Formula

The Formula of the Object Value

Keep in mind that Addresses in this property should be Absolute not relative

Yes: $A$1

No: A1

public string Formula { get; set; }

Property Value

string

Type

The value type

public eExcelConditionalFormattingValueObjectType Type { get; set; }

Property Value

eExcelConditionalFormattingValueObjectType

Value

The value of the conditional formatting

public double Value { get; set; }

Property Value

double