Show / Hide Table of Contents

Interface ExcelDataProvider.ICellInfo

Information and help methods about a cell

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

Properties

Address

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

Column

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

Formula

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

IsExcelError

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

IsHiddenRow

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

Row

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

Tokens

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

Value

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

ValueDouble

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

ValueDoubleLogical

Declaration
double ValueDoubleLogical { get; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX