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