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
ColorSettings
Used to set color or theme color, index, auto and tint
public ExcelDxfColor ColorSettings { get; }
Property Value
Formula
The Formula of the Object Value
Keep in mind that Addresses in this property should be Absolute not relativeYes: $A$1
No: A1
public string Formula { get; set; }
Property Value
Type
The value type
public eExcelConditionalFormattingValueObjectType Type { get; set; }
Property Value
Value
The value of the conditional formatting
public double Value { get; set; }