ColorConditionValue Class
Represents condition value for colorset condition.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.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. |
System.Drawing.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 |
---|
System.Drawing.Color |