Table of Contents

Class ExcelXfs

Namespace
OfficeOpenXml.Style.XmlAccess
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelXfs : StyleXmlHelper
Inheritance
ExcelXfs
Inherited Members
Extension Methods

Properties

Border

public ExcelBorderXml Border { get; }

Property Value

ExcelBorderXml

Fill

public ExcelFillXml Fill { get; }

Property Value

ExcelFillXml

Font

public ExcelFontXml Font { get; }

Property Value

ExcelFontXml

Hidden

public bool Hidden { get; set; }

Property Value

bool

HorizontalAlignment

public ExcelHorizontalAlignment HorizontalAlignment { get; set; }

Property Value

ExcelHorizontalAlignment

Indent

public int Indent { get; set; }

Property Value

int

Locked

public bool Locked { get; set; }

Property Value

bool

Numberformat

public ExcelNumberFormatXml Numberformat { get; }

Property Value

ExcelNumberFormatXml

QuotePrefix

public bool QuotePrefix { get; set; }

Property Value

bool

ReadingOrder

public ExcelReadingOrder ReadingOrder { get; set; }

Property Value

ExcelReadingOrder

ShrinkToFit

public bool ShrinkToFit { get; set; }

Property Value

bool

Styles

public ExcelStyles Styles { get; }

Property Value

ExcelStyles

TextRotation

public int TextRotation { get; set; }

Property Value

int

VerticalAlignment

public ExcelVerticalAlignment VerticalAlignment { get; set; }

Property Value

ExcelVerticalAlignment

WrapText

public bool WrapText { get; set; }

Property Value

bool

XfId

public int XfId { get; set; }

Property Value

int