Table of Contents

Class ExcelXfs

Namespace
OfficeOpenXml.Style.XmlAccess
Assembly
EPPlus.dll

Xml access class xfs records. This is the top level style object.

public sealed class ExcelXfs : StyleXmlHelper
Inheritance
ExcelXfs
Inherited Members

Properties

Border

Border style properties

public ExcelBorderXml Border { get; }

Property Value

ExcelBorderXml

Fill

Fill properties

public ExcelFillXml Fill { get; }

Property Value

ExcelFillXml

Font

Font properties

public ExcelFontXml Font { get; }

Property Value

ExcelFontXml

Hidden

Hide formulas when sheet is protected

public bool Hidden { get; set; }

Property Value

bool

HorizontalAlignment

Horizontal alignment

public ExcelHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

ExcelHorizontalAlignment

Indent

Indentation

public int Indent { get; set; }

Property Value

int

JustifyLastLine

If the cells justified or distributed alignment should be used on the last line of text

public bool JustifyLastLine { get; set; }

Property Value

bool

Locked

Locked when sheet is protected

public bool Locked { get; set; }

Property Value

bool

Numberformat

Numberformat properties

public ExcelNumberFormatXml Numberformat { get; }

Property Value

ExcelNumberFormatXml

QuotePrefix

Prefix the formula with a quote.

public bool QuotePrefix { get; set; }

Property Value

bool

ReadingOrder

Readingorder

public ExcelReadingOrder ReadingOrder { get; set; }

Property Value

ExcelReadingOrder

ShrinkToFit

Shrink to fit

public bool ShrinkToFit { get; set; }

Property Value

bool

TextRotation

Text rotation angle

public int TextRotation { get; set; }

Property Value

int

VerticalAlignment

Vertical alignment

public ExcelVerticalAlignment VerticalAlignment { get; set; }

Property Value

ExcelVerticalAlignment

WrapText

Wraped text

public bool WrapText { get; set; }

Property Value

bool

XfId

Style index

public int XfId { get; set; }

Property Value

int