Show / Hide Table of Contents

Class ExcelFillXml

Xml access class for fills

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelFillXml
ExcelGradientFillXml
Inherited Members
StyleXmlHelper.GetBoolValue(XmlNode, String)
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
Back to top Generated by DocFX