Style.Fill.BackgroundColor Property

NanoXLSX

NanoXLSX

StyleFillBackgroundColor Property

Gets or sets the background color of the fill. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public string BackgroundColor { get; set; }

Property Value

Type: String
See Also