Table of Contents

Class ExcelStyle

Namespace
OfficeOpenXml.Style
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelStyle : StyleBase
Inheritance
ExcelStyle
Inherited Members
Extension Methods

Properties

Border

public Border Border { get; set; }

Property Value

Border

Fill

public ExcelFill Fill { get; set; }

Property Value

ExcelFill

Font

public ExcelFont Font { get; set; }

Property Value

ExcelFont

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 ExcelNumberFormat Numberformat { get; set; }

Property Value

ExcelNumberFormat

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

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