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
ConditionValueTypevalue
objectcolor
Color
Properties
FormatColor
public Color FormatColor { get; set; }
Property Value
IsGTE
public bool IsGTE { get; set; }
Property Value
Position
public ConditionValuePosition Position { get; }
Property Value
Type
public ConditionValueType Type { get; set; }
Property Value
Value
public string Value { get; set; }