Class CellInfo
EPPlus implementation of the ICellInfo interface.
Implements
Inherited Members
Namespace: OfficeOpenXml.FormulaParsing.Ranges
Assembly: EPPlus.dll
Syntax
public class CellInfo : ICellInfo
Properties
Address
Address
Declaration
public string Address { get; }
Property Value
| Type | Description |
|---|---|
| string |
Column
Column
Declaration
public int Column { get; }
Property Value
| Type | Description |
|---|---|
| int |
Formula
Formula
Declaration
public string Formula { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Cell id
Declaration
public ulong Id { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
IsExcelError
Returns true if the cell contains an error
Declaration
public bool IsExcelError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHiddenRow
Is hidden row
Declaration
public bool IsHiddenRow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Row
Row
Declaration
public int Row { get; }
Property Value
| Type | Description |
|---|---|
| int |
Tokens
Tokenized cell content
Declaration
public IList<Token> Tokens { get; }
Property Value
| Type | Description |
|---|---|
| IList<Token> |
Value
Value
Declaration
public object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |
ValueDouble
Value double
Declaration
public double ValueDouble { get; }
Property Value
| Type | Description |
|---|---|
| double |
ValueDoubleLogical
Value double logical
Declaration
public double ValueDoubleLogical { get; }
Property Value
| Type | Description |
|---|---|
| double |
WorksheetName
Name of the worksheet
Declaration
public string WorksheetName { get; }
Property Value
| Type | Description |
|---|---|
| string |