Show / Hide Table of Contents

Class CellInfo

EPPlus implementation of the ICellInfo interface.

Inheritance
Object
CellInfo
Implements
ICellInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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
Int32

Formula

Formula

Declaration
public string Formula { get; }
Property Value
Type Description
String

Id

Cell id

Declaration
public ulong Id { get; }
Property Value
Type Description
UInt64

IsExcelError

Returns true if the cell contains an error

Declaration
public bool IsExcelError { get; }
Property Value
Type Description
Boolean

IsHiddenRow

Is hidden row

Declaration
public bool IsHiddenRow { get; }
Property Value
Type Description
Boolean

Row

Row

Declaration
public int Row { get; }
Property Value
Type Description
Int32

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

Implements

ICellInfo
In this article
Back to top Generated by DocFX