Table of Contents

Interface ExcelDataProvider.ICellInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
Magicodes.EPPlus.dll
public interface ExcelDataProvider.ICellInfo
Extension Methods

Properties

Address

string Address { get; }

Property Value

string

Column

int Column { get; }

Property Value

int

Formula

string Formula { get; }

Property Value

string

IsExcelError

bool IsExcelError { get; }

Property Value

bool

IsHiddenRow

bool IsHiddenRow { get; }

Property Value

bool

Row

int Row { get; }

Property Value

int

Tokens

IList<Token> Tokens { get; }

Property Value

IList<Token>

Value

object Value { get; }

Property Value

object

ValueDouble

double ValueDouble { get; }

Property Value

double

ValueDoubleLogical

double ValueDoubleLogical { get; }

Property Value

double