Table of Contents

Class ExcelDxfStyleConditionalFormatting

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

Differential formatting record used in conditional formatting

public class ExcelDxfStyleConditionalFormatting : ExcelDxfStyleLimitedFont
Inheritance
ExcelDxfStyleConditionalFormatting
Inherited Members

Properties

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

Methods

Clear()

Clears all properties

public override void Clear()