Class ExcelConditionalFormattingColorScaleValue
Inheritance
System.Object
ExcelConditionalFormattingColorScaleValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Drawing.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 |
---|---|
System.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 |
---|---|
System.Double |