Show / Hide Table of Contents

Class ExcelFillXml

Xml access class for fills

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelFillXml
ExcelGradientFillXml
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style.XmlAccess
Assembly: Experior.Core.dll
Syntax
public class ExcelFillXml : StyleXmlHelper

Fields

_backgroundColor

Declaration
protected ExcelColorXml _backgroundColor
Field Value
Type Description
ExcelColorXml

_fillPatternType

Declaration
protected ExcelFillStyle _fillPatternType
Field Value
Type Description
ExcelFillStyle

_patternColor

Declaration
protected ExcelColorXml _patternColor
Field Value
Type Description
ExcelColorXml

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