Table of Contents

Class ConditionValue

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents single condition value for iconset, databar, colorscale conditions.

public class ConditionValue : IConditionValue
Inheritance
ConditionValue
Implements
Inherited Members

Fields

m_condtionValue

public IConditionValue m_condtionValue

Field Value

IConditionValue

Properties

IsGTE

public bool IsGTE { get; set; }

Property Value

bool

Type

specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined

public ConditionValueType Type { get; set; }

Property Value

ConditionValueType

Value

Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format.

public object Value { get; set; }

Property Value

object