Class ExcelConditionalFormattingColorScaleValue
Inherited Members
Namespace: OfficeOpenXml.ConditionalFormatting
Assembly: EPPlus.dll
Syntax
public class ExcelConditionalFormattingColorScaleValue
Properties
Color
The color to be used
Declaration
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ColorSettings
Used to set color or theme color, index, auto and tint
Declaration
public ExcelDxfColor ColorSettings { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDxfColor |
Formula
The Formula of the Object Value
Keep in mind that Addresses in this property should be Absolute not relativeYes: $A$1
No: A1
Declaration
public string Formula { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The value type
Declaration
public eExcelConditionalFormattingValueObjectType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| eExcelConditionalFormattingValueObjectType |
Value
The value of the conditional formatting
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double |