Class ExcelFill
The background fill of a cell
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.dll
Syntax
public class ExcelFill : StyleBase
Properties
BackgroundColor
The background color
Declaration
public ExcelColor BackgroundColor { get; }
Property Value
Type | Description |
---|---|
ExcelColor |
Gradient
Access to properties for gradient fill.
Declaration
public ExcelGradientFill Gradient { get; }
Property Value
Type | Description |
---|---|
ExcelGradientFill |
PatternColor
The color of the pattern
Declaration
public ExcelColor PatternColor { get; }
Property Value
Type | Description |
---|---|
ExcelColor |
PatternType
The pattern for solid fills.
Declaration
public ExcelFillStyle PatternType { get; set; }
Property Value
Type | Description |
---|---|
ExcelFillStyle |