Table of Contents

Class ExcelDxfNumberFormat

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

A numberformat in a differential formatting record

public class ExcelDxfNumberFormat : DxfStyleBase
Inheritance
ExcelDxfNumberFormat
Inherited Members

Properties

Format

The number format

public string Format { get; set; }

Property Value

string

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

NumFmtID

Id for number format

public int NumFmtID { get; }

Property Value

int

Methods

Clear()

Clears all properties

public override void Clear()