Class ExcelNumberFormat
The numberformat of the cell
Inherited Members
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public sealed class ExcelNumberFormat : StyleBase
Properties
BuildIn
If the numeric format is a build-in from.
Declaration
public bool BuildIn { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Format
The numberformat
Declaration
public string Format { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NumFmtID
The numeric index for the format
Declaration
public int NumFmtID { get; }
Property Value
| Type | Description |
|---|---|
| int |