Class NumberFormatToTextArgs
Numberformat settings used in the NumberFormatToTextHandler
Inheritance
Object
NumberFormatToTextArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
|---|---|
| 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 |
|---|---|
| Int32 |
Text
The text formatted by EPPlus
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String |
Value
The value of the cell to be formatted
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Worksheet
The worksheet of the cell.
Declaration
public ExcelWorksheet Worksheet { get; }
Property Value
| Type | Description |
|---|---|
| ExcelWorksheet |