IConditionalFormat
FontKnownColor Property
|
Font color.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ExcelColors FontKnownColor { get; set; }
Property FontKnownColor As ExcelColors
Get
Set
property ExcelColors FontKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
abstract FontKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
See Also