Table of Contents

Class ExcelDxfStyle

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Differential formatting record used in conditional formatting

public class ExcelDxfStyle : ExcelDxfStyleBase
Inheritance
ExcelDxfStyle
Inherited Members

Properties

Alignment

Cell alignment properties

public ExcelDxfAlignment Alignment { get; }

Property Value

ExcelDxfAlignment

Font

Font formatting settings

public ExcelDxfFont Font { get; }

Property Value

ExcelDxfFont

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

NumberFormat

Number format settings

public ExcelDxfNumberFormat NumberFormat { get; }

Property Value

ExcelDxfNumberFormat

Protection

Cell protection properties used when the worksheet is protected.d

public ExcelDxfProtection Protection { get; }

Property Value

ExcelDxfProtection

Methods

Clear()

Clears all properties

public override void Clear()