Show / Hide Table of Contents

Class ExcelNumberFormat

The numberformat of the cell

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

Format

The numberformat

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String

NumFmtID

The numeric index fror the format

Declaration
public int NumFmtID { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX