[]
Initializes a new instance of the ConditionalFormattingColorValue class.
public ConditionalFormattingColorValue(Color color, object value, ConditionalFormattingValueType type)
Public Sub New(color As Color, value As Object, type As ConditionalFormattingValueType)
Type | Name | Description |
---|---|---|
Color | color | The color. |
object | value | The value. |
ConditionalFormattingValueType | type | The type. Note: ConditionalFormattingColorValue accepts only Max, Min, Number, Percent, Percentile, and Formula values of ConditionalFormattingValueType. |