Show / Hide Table of Contents

Class ExcelConditionalFormattingIconDataBarValue

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

Inheritance
System.Object
XmlHelper
ExcelConditionalFormattingIconDataBarValue
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 ExcelConditionalFormattingIconDataBarValue : XmlHelper

Properties

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

GreaterThanOrEqualTo

Greater Than Or Equal

Declaration
public bool GreaterThanOrEqualTo { get; set; }
Property Value
Type Description
System.Boolean

Type

Value type

Declaration
public eExcelConditionalFormattingValueObjectType Type { get; set; }
Property Value
Type Description
eExcelConditionalFormattingValueObjectType

Value

The value

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
In This Article
Back to top Generated by DocFX