Show / Hide Table of Contents

Class ExcelXfs

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

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelXfs
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 sealed class ExcelXfs : StyleXmlHelper

Properties

Border

Border style properties

Declaration
public ExcelBorderXml Border { get; }
Property Value
Type Description
ExcelBorderXml

Fill

Fill properties

Declaration
public ExcelFillXml Fill { get; }
Property Value
Type Description
ExcelFillXml

Font

Font properties

Declaration
public ExcelFontXml Font { get; }
Property Value
Type Description
ExcelFontXml

Hidden

Hide formulas when sheet is protected

Declaration
public bool Hidden { get; set; }
Property Value
Type Description
System.Boolean

HorizontalAlignment

Horizontal alignment

Declaration
public ExcelHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type Description
ExcelHorizontalAlignment

Indent

Indentation

Declaration
public int Indent { get; set; }
Property Value
Type Description
System.Int32

Locked

Locked when sheet is protected

Declaration
public bool Locked { get; set; }
Property Value
Type Description
System.Boolean

Numberformat

Numberformat properties

Declaration
public ExcelNumberFormatXml Numberformat { get; }
Property Value
Type Description
ExcelNumberFormatXml

QuotePrefix

Prefix the formula with a quote.

Declaration
public bool QuotePrefix { get; set; }
Property Value
Type Description
System.Boolean

ReadingOrder

Readingorder

Declaration
public ExcelReadingOrder ReadingOrder { get; set; }
Property Value
Type Description
ExcelReadingOrder

ShrinkToFit

Shrink to fit

Declaration
public bool ShrinkToFit { get; set; }
Property Value
Type Description
System.Boolean

TextRotation

Text rotation angle

Declaration
public int TextRotation { get; set; }
Property Value
Type Description
System.Int32

VerticalAlignment

Vertical alignment

Declaration
public ExcelVerticalAlignment VerticalAlignment { get; set; }
Property Value
Type Description
ExcelVerticalAlignment

WrapText

Wraped text

Declaration
public bool WrapText { get; set; }
Property Value
Type Description
System.Boolean

XfId

Style index

Declaration
public int XfId { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX