Class ConditionValue
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
Properties
IsGTE
public bool IsGTE { get; set; }
Property Value
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
Value
Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format.
public object Value { get; set; }