ExcelNumberFormat Class

Office Open XML

The numberformat of the cell

Namespace:  OfficeOpenXml.Style
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public sealed class ExcelNumberFormat : StyleBase
Visual Basic (Declaration)
Public NotInheritable Class ExcelNumberFormat _
	Inherits StyleBase
Visual C++
public ref class ExcelNumberFormat sealed : public StyleBase

Inheritance Hierarchy

System..::.Object
  OfficeOpenXml.Style..::.StyleBase
    OfficeOpenXml.Style..::.ExcelNumberFormat

See Also