Style.Fill Constructor (String, String)

NanoXLSX

NanoXLSX

StyleFill Constructor (String, String)

Constructor with foreground and background color

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Fill(
	string foreground,
	string background
)

Parameters

foreground
Type: SystemString
Foreground color of the fill
background
Type: SystemString
Background color of the fill
See Also