Show / Hide Table of Contents

Class ExcelFillXml

Xml access class for fills

Inheritance
Object
XmlHelper
StyleXmlHelper
ExcelFillXml
ExcelGradientFillXml
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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
In this article
Back to top Generated by DocFX