Show / Hide Table of Contents

Class ConditionValue

Inheritance
System.Object
ConditionValue
Namespace: DRIT.Spreadsheet.ConditionalFormatting
Assembly: DRIT.Spreadsheet.dll
Syntax
public class ConditionValue : object

Constructors

ConditionValue()

Declaration
public ConditionValue()

ConditionValue(ConditionValueType, Double)

Declaration
public ConditionValue(ConditionValueType type, double value)
Parameters
Type Name Description
ConditionValueType type
System.Double value

ConditionValue(ConditionValueType, String)

Declaration
public ConditionValue(ConditionValueType type, string formula)
Parameters
Type Name Description
ConditionValueType type
System.String formula

Properties

Formula

Declaration
public string Formula { get; set; }
Property Value
Type Description
System.String

GreaterThanOrEqual

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

Type

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

Value

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