Table of Contents

Interface ICellInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
EPPlus.dll

Information and help methods about a cell

public interface ICellInfo

Properties

Address

Address

string Address { get; }

Property Value

string

Column

Column

int Column { get; }

Property Value

int

Formula

Formula

string Formula { get; }

Property Value

string

Id

Id

ulong Id { get; }

Property Value

ulong

IsExcelError

Is excel error

bool IsExcelError { get; }

Property Value

bool

IsHiddenRow

Is hidden row

bool IsHiddenRow { get; }

Property Value

bool

Row

Row

int Row { get; }

Property Value

int

Tokens

Tokens

IList<Token> Tokens { get; }

Property Value

IList<Token>

Value

Value

object Value { get; }

Property Value

object

ValueDouble

Value double

double ValueDouble { get; }

Property Value

double

ValueDoubleLogical

Value double logical

double ValueDoubleLogical { get; }

Property Value

double

WorksheetName

WorksheetName

string WorksheetName { get; }

Property Value

string