Show / Hide Table of Contents

Interface ICellInfo

Information and help methods about a cell

Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface ICellInfo

Properties

Address

Address

Declaration
string Address { get; }
Property Value
Type Description
String

Column

Column

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

Formula

Formula

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

Id

Id

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

IsExcelError

Is excel error

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

IsHiddenRow

Is hidden row

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

Row

Row

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

Tokens

Tokens

Declaration
IList<Token> Tokens { get; }
Property Value
Type Description
IList<Token>

Value

Value

Declaration
object Value { get; }
Property Value
Type Description
Object

ValueDouble

Value double

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

ValueDoubleLogical

Value double logical

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

WorksheetName

WorksheetName

Declaration
string WorksheetName { get; }
Property Value
Type Description
String
In this article
Back to top Generated by DocFX