Class ExcelFillXml
- Namespace
- OfficeOpenXml.Style.XmlAccess
- Assembly
- EPPlus.dll
Xml access class for fills
public class ExcelFillXml : StyleXmlHelper
- Inheritance
-
ExcelFillXml
- Derived
- Inherited Members
Properties
BackgroundColor
Cell background color
public ExcelColorXml BackgroundColor { get; }
Property Value
PatternColor
Pattern color
public ExcelColorXml PatternColor { get; }
Property Value
PatternType
Cell fill pattern style
public ExcelFillStyle PatternType { get; set; }