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
Format
The numberformat
public string Format { get; set; }
Property Value
NumFmtID
The numeric index fror the format
public int NumFmtID { get; }