ColorConditionValue
FormatColor Property
|
The color assigned to the threshold of a color scale conditional format.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color FormatColor { get; set; }
Public Property FormatColor As Color
Get
Set
public:
virtual property Color FormatColor {
Color get () sealed;
void set (Color value) sealed;
}
abstract FormatColor : Color with get, set
override FormatColor : Color with get, set
Property Value
Type:
Color
Implements
IColorConditionValue
FormatColor
See Also