AddtionalFormatWrapper
ForegroundKnownColor Property
|
Gets or sets the foreground color of the cell.
Namespace:
Spire.Xls.Core.Spreadsheet
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:
property ExcelColors ForegroundKnownColor {
ExcelColors get ();
void set (ExcelColors value);
}
member ForegroundKnownColor : ExcelColors with get, set
Property Value
Type:
ExcelColors
The foreground color.
See Also