Class NumberFormatToTextArgs
Numberformat settings used in the NumberFormatToTextHandler
Inherited Members
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 |
|---|---|
| int |
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 |
|---|---|
| int |
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 |