StyleArrayWrapper
FillForegroundRGB Property
|
Gets / sets XlsFill foreground color.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Color FillForegroundRGB { get; set; }
Public Property FillForegroundRGB As Color
Get
Set
public:
property Color FillForegroundRGB {
Color get ();
void set (Color value);
}
member FillForegroundRGB : Color with get, set
Property Value
Type:
Color
See Also