Table of Contents

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

int

NumberFormat

The number format settings for the cell

public ExcelNumberFormatXml NumberFormat { get; }

Property Value

ExcelNumberFormatXml

Row

The Row of the cell.

public int Row { get; }

Property Value

int

Text

The text formatted by EPPlus

public string Text { get; }

Property Value

string

Value

The value of the cell to be formatted

public object Value { get; }

Property Value

object

Worksheet

The worksheet of the cell.

public ExcelWorksheet Worksheet { get; }

Property Value

ExcelWorksheet