XlsChartInterior
ForegroundKnownColor Property
|
Foreground excel color.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExcelColors ForegroundKnownColor { get; set; }
Public Property ForegroundKnownColor As ExcelColors
Get
Set
public:
virtual property ExcelColors ForegroundKnownColor {
ExcelColors get () sealed;
void set (ExcelColors value) sealed;
}
abstract ForegroundKnownColor : ExcelColors with get, set
override ForegroundKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
Implements
IChartInterior
ForegroundKnownColor
See Also