Table of Contents

Class CellInfo

Namespace
OfficeOpenXml.FormulaParsing.Ranges
Assembly
EPPlus.dll

EPPlus implementation of the ICellInfo interface.

public class CellInfo : ICellInfo
Inheritance
CellInfo
Implements
Inherited Members

Properties

Address

Address

public string Address { get; }

Property Value

string

Column

Column

public int Column { get; }

Property Value

int

Formula

Formula

public string Formula { get; }

Property Value

string

Id

Cell id

public ulong Id { get; }

Property Value

ulong

IsExcelError

Returns true if the cell contains an error

public bool IsExcelError { get; }

Property Value

bool

IsHiddenRow

Is hidden row

public bool IsHiddenRow { get; }

Property Value

bool

Row

Row

public int Row { get; }

Property Value

int

Tokens

Tokenized cell content

public IList<Token> Tokens { get; }

Property Value

IList<Token>

Value

Value

public object Value { get; }

Property Value

object

ValueDouble

Value double

public double ValueDouble { get; }

Property Value

double

ValueDoubleLogical

Value double logical

public double ValueDoubleLogical { get; }

Property Value

double

WorksheetName

Name of the worksheet

public string WorksheetName { get; }

Property Value

string