Style.Fill Constructor (String, String)

PicoXLSX

PicoXLSX

StyleFill Constructor (String, String)

Constructor with foreground and background color

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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