Show / Hide Table of Contents

Class CellInfo

EPPlus implementation of the ICellInfo interface.

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

Column

Column

Declaration
public int Column { get; }
Property Value
Type Description
System.Int32

Formula

Formula

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

Id

Cell id

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

IsExcelError

Returns true if the cell contains an error

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

IsHiddenRow

Is hidden row

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

Row

Row

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

Tokens

Tokenized cell content

Declaration
public IList<Token> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IList<Token>

Value

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

ValueDouble

Value double

Declaration
public double ValueDouble { get; }
Property Value
Type Description
System.Double

ValueDoubleLogical

Value double logical

Declaration
public double ValueDoubleLogical { get; }
Property Value
Type Description
System.Double

WorksheetName

Name of the worksheet

Declaration
public string WorksheetName { get; }
Property Value
Type Description
System.String

Implements

ICellInfo
In This Article
Back to top Generated by DocFX