Class NumberFormatToTextArgs
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Numberformat settings used in the
public class NumberFormatToTextArgs
- Inheritance
-
NumberFormatToTextArgs
- Inherited Members
Properties
Column
The column of the cell.
public int Column { get; }
Property Value
NumberFormat
The number format settings for the cell
public ExcelNumberFormatXml NumberFormat { get; }
Property Value
Row
The Row of the cell.
public int Row { get; }
Property Value
Text
The text formatted by EPPlus
public string Text { get; }
Property Value
Value
The value of the cell to be formatted
public object Value { get; }
Property Value
Worksheet
The worksheet of the cell.
public ExcelWorksheet Worksheet { get; }