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
Fill
Fill properties
public ExcelFillXml Fill { get; }
Property Value
Font
Font properties
public ExcelFontXml Font { get; }
Property Value
Hidden
Hide formulas when sheet is protected
public bool Hidden { get; set; }
Property Value
HorizontalAlignment
Horizontal alignment
public ExcelHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Indent
Indentation
public int Indent { get; set; }
Property Value
JustifyLastLine
If the cells justified or distributed alignment should be used on the last line of text
public bool JustifyLastLine { get; set; }
Property Value
Locked
Locked when sheet is protected
public bool Locked { get; set; }
Property Value
Numberformat
Numberformat properties
public ExcelNumberFormatXml Numberformat { get; }
Property Value
QuotePrefix
Prefix the formula with a quote.
public bool QuotePrefix { get; set; }
Property Value
ReadingOrder
Readingorder
public ExcelReadingOrder ReadingOrder { get; set; }
Property Value
ShrinkToFit
Shrink to fit
public bool ShrinkToFit { get; set; }
Property Value
TextRotation
Text rotation angle
public int TextRotation { get; set; }
Property Value
VerticalAlignment
Vertical alignment
public ExcelVerticalAlignment VerticalAlignment { get; set; }
Property Value
WrapText
Wraped text
public bool WrapText { get; set; }
Property Value
XfId
Style index
public int XfId { get; set; }