Click or drag to resize
NanoXLSX

Fill Class

Class representing a Fill (background) entry. The Fill entry is used to define background colors and fill patterns
Inheritance Hierarchy
SystemObject
  NanoXLSX.StylesAbstractStyle
    NanoXLSX.StylesFill

Namespace: NanoXLSX.Styles
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public class Fill : AbstractStyle

The Fill type exposes the following members.

Constructors
 NameDescription
Private methodStatic memberFill 
Public methodFill Default constructor
Public methodFill(String, FillFillType) Constructor with color value and fill type
Public methodFill(String, String) Constructor with foreground and background color
Top
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 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
Methods
 NameDescription
Public methodCompareTo Method to compare two objects for sorting purpose
(Inherited from AbstractStyle)
Public methodCopy Method to copy the current object to a new one without casting
(Overrides AbstractStyleCopy)
Public methodCopyFill Method to copy the current object to a new one with casting
Protected methodCopyPropertiesT Internal method to copy altered properties from a source object. The decision whether a property is copied is dependent on a untouched reference object
(Inherited from AbstractStyle)
Public methodEquals(AbstractStyle) Method to compare two objects for sorting purpose
(Inherited from AbstractStyle)
Public methodEquals(Object) Returns whether two instances are the same
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
Protected methodStatic memberGetPatternName Gets the pattern name from the enum
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetColor Sets the color and the depending fill type
Public methodToString Override toString method
(Overrides ObjectToString)
Public methodStatic memberValidateColor Validates the passed string, whether it is a valid RGB value that can be used for Fills or Fonts
Top
Fields
 NameDescription
Public fieldStatic memberDEFAULT_COLOR Default Color (foreground or background)
Public fieldStatic memberDEFAULT_INDEXED_COLOR Default index color
Public fieldStatic memberDEFAULT_PATTERN_FILL Default pattern
Top
See Also