Click or drag to resize

IColorConditionValue Interface

Condition value for color scale conditional format.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IColorConditionValue : IConditionValue

The IColorConditionValue type exposes the following members.

Properties
Name Description
Public property FormatColor
The color assigned to the threshold of a color scale conditional format.
Public property IsGTE
Returns or sets whether this threshold value uses the greater than or equal to operator. false indicate 'greater than' is used instead of 'greater than or equal to'.
(Inherited from IConditionValue .)
Public property Type
Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. Read-only.
(Inherited from IConditionValue .)
Public property Value
Returns or sets the shortest bar or longest bar threshold value for a data bar conditional format.
(Inherited from IConditionValue .)
Top
See Also