StyleArrayWrapper
FillBackgroundRGB Property
|
Gets / sets XlsFill background 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 FillBackgroundRGB { get; set; }
Public Property FillBackgroundRGB As Color
Get
Set
public:
property Color FillBackgroundRGB {
Color get ();
void set (Color value);
}
member FillBackgroundRGB : Color with get, set
Property Value
Type:
Color
See Also