Show / Hide Table of Contents

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
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
In this article
Back to top Generated by DocFX