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
System.String

Column

Column

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

Formula

Formula

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

Id

Id

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

IsExcelError

Is excel error

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

IsHiddenRow

Is hidden row

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

Row

Row

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

Tokens

Tokens

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

Value

Value

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

ValueDouble

Value double

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

ValueDoubleLogical

Value double logical

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

WorksheetName

WorksheetName

Declaration
string WorksheetName { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX