Show / Hide Table of Contents

Class ExcelConditionalFormattingColorScaleValue

Inheritance
object
ExcelConditionalFormattingColorScaleValue
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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 relative

Yes: $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
In this article
Back to top Generated by DocFX