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
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
NumFmtID
Id for number format
public int NumFmtID { get; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()