AddtionalFormatWrapper
ForegroundColor 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 Color ForegroundColor { get; set; }
Public Property ForegroundColor As Color
Get
Set
public:
property Color ForegroundColor {
Color get ();
void set (Color value);
}
member ForegroundColor : Color with get, set
Return Value
Type:
Color
The foreground color of the cell.
See Also