Class ExcelConditionalFormattingColorScaleValue
18.3.1.11 cfvo (Conditional Format Value Object) Describes the values of the interpolation points in a gradient scale.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.ConditionalFormatting
Assembly: Experior.Core.dll
Syntax
public class ExcelConditionalFormattingColorScaleValue : XmlHelper
Properties
Color
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Formula
Get/Set 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
Declaration
public eExcelConditionalFormattingValueObjectType Type { get; set; }
Property Value
Type | Description |
---|---|
eExcelConditionalFormattingValueObjectType |
Value
Get/Set the 'cfvo' node @val attribute
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |