Show / Hide Table of Contents

Class ExcelNumberFormat

The numberformat of the cell

Inheritance
Object
StyleBase
ExcelNumberFormat
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Boolean

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
Int32
In this article
Back to top Generated by DocFX