Class ColorConditionValue
Represents condition value for colorset condition.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class ColorConditionValue : ConditionValue, IColorConditionValue, IConditionValue
Constructors
ColorConditionValue(ConditionValueType, String, Color)
Initializes new instance of the class.
Declaration
public ColorConditionValue(ConditionValueType type, string value, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| ConditionValueType | type | Type of the condition. |
| System.String | value | Value of the object. |
| Color | color | Format color. |
Properties
FormatColorRGB
The color assigned to the threshold of a color scale conditional format.
Declaration
public Color FormatColorRGB { get; set; }
Property Value
| Type |
|---|
| Color |