NanoXLSX Library Documentation
![]() | 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)

C#
public Fill( string foreground, string background )
Parameters
- foreground
- Type: SystemString
Foreground color of the fill - background
- Type: SystemString
Background color of the fill
