Style.Fill.SetColor Method

NanoXLSX

NanoXLSX

StyleFillSetColor Method

Sets the color and the depending fill type

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void SetColor(
	string value,
	StyleFillFillType filltype
)

Parameters

value
Type: SystemString
color value
filltype
Type: NanoXLSX.StyleStyleFillFillType
fill type (fill or pattern)
See Also