Table of Contents

Class ExcelNumberFormat

Namespace
OfficeOpenXml.Style
Assembly
EPPlus.dll

The numberformat of the cell

public sealed class ExcelNumberFormat : StyleBase
Inheritance
ExcelNumberFormat
Inherited Members

Properties

BuildIn

If the numeric format is a build-in from.

public bool BuildIn { get; }

Property Value

bool

Format

The numberformat

public string Format { get; set; }

Property Value

string

NumFmtID

The numeric index fror the format

public int NumFmtID { get; }

Property Value

int