Class NumberFormatToTextArgs
Numberformat settings used in the
Inheritance
System.Object
NumberFormatToTextArgs
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
Assembly: EPPlus.dll
Syntax
public class NumberFormatToTextArgs
Properties
Column
The column of the cell.
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberFormat
The number format settings for the cell
Declaration
public ExcelNumberFormatXml NumberFormat { get; }
Property Value
Type | Description |
---|---|
ExcelNumberFormatXml |
Row
The Row of the cell.
Declaration
public int Row { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
The text formatted by EPPlus
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Value
The value of the cell to be formatted
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
System.Object |
Worksheet
The worksheet of the cell.
Declaration
public ExcelWorksheet Worksheet { get; }
Property Value
Type | Description |
---|---|
ExcelWorksheet |