Table of Contents

Class ColorConditionValue

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class ColorConditionValue : XlsConditionValue, IColorConditionValue, IConditionValue
Inheritance
ColorConditionValue
Implements
Inherited Members

Constructors

ColorConditionValue(ConditionValueType, object, Color)

[Obsolete("please use ColorScale.AddCriteria(ConditionValueType type, object value, Color color)")]
public ColorConditionValue(ConditionValueType type, object value, Color color)

Parameters

type ConditionValueType
value object
color Color

Properties

FormatColor

public Color FormatColor { get; set; }

Property Value

Color

IsGTE

public bool IsGTE { get; set; }

Property Value

bool

Position

public ConditionValuePosition Position { get; }

Property Value

ConditionValuePosition

Type

public ConditionValueType Type { get; set; }

Property Value

ConditionValueType

Value

public string Value { get; set; }

Property Value

string