Show / Hide Table of Contents

Class ExcelConditionalFormattingColorScaleValue

18.3.1.11 cfvo (Conditional Format Value Object) Describes the values of the interpolation points in a gradient scale.

Inheritance
System.Object
XmlHelper
ExcelConditionalFormattingColorScaleValue
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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 : XmlHelper

Properties

Color

The color to be used

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

Formula

The Formula of the Object Value (uses the same attribute as the Value)

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
Back to top Generated by DocFX