Style.Fill.FillType Enumeration

NanoXLSX

NanoXLSX

StyleFillFillType Enumeration

Enum for the type of the color

Namespace:  NanoXLSX.Style
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public enum FillType
Members
  Member nameValueDescription
patternColor0Color defines a pattern color
fillColor1Color defines a solid fill color
See Also