Class ExcelFillXml
Xml access class for fills
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Style.XmlAccess
Assembly: EPPlus.dll
Syntax
public class ExcelFillXml : StyleXmlHelper
Properties
BackgroundColor
Cell background color
Declaration
public ExcelColorXml BackgroundColor { get; }
Property Value
Type | Description |
---|---|
ExcelColorXml |
PatternColor
Pattern color
Declaration
public ExcelColorXml PatternColor { get; }
Property Value
Type | Description |
---|---|
ExcelColorXml |
PatternType
Cell fill pattern style
Declaration
public ExcelFillStyle PatternType { get; set; }
Property Value
Type | Description |
---|---|
ExcelFillStyle |