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