Fill Properties

PicoXLSX

PicoXLSX

Fill Properties

The StyleFill type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Gets or sets the background color of the fill. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF
Public propertyForegroundColor
Gets or sets the foreground color of the fill. The value is expressed as hex string with the format AARRGGBB. AA (Alpha) is usually FF
Public propertyHash
Gets the unique hash of the object
(Inherited from AbstractStyle.)
Public propertyIndexedColor
Gets or sets the indexed color (Default is 64)
Public propertyInternalID
Gets or sets the internal ID for sorting purpose in the Excel style document (nullable)
(Inherited from AbstractStyle.)
Public propertyPatternFill
Gets or sets the pattern type of the fill (Default is none)
Top
See Also