Show / Hide Table of Contents

Class ExcelNumberFormat

The numberformat of the cell

Inheritance
System.Object
StyleBase
ExcelNumberFormat
Inherited Members
StyleBase._address
StyleBase._positionID
StyleBase._styles
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.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