Table of Contents

Class EpplusExcelDataProvider.CellInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
Magicodes.EPPlus.dll
public class EpplusExcelDataProvider.CellInfo : ExcelDataProvider.ICellInfo
Inheritance
EpplusExcelDataProvider.CellInfo
Implements
Inherited Members
Extension Methods

Properties

Address

public string Address { get; }

Property Value

string

Column

public int Column { get; }

Property Value

int

Formula

public string Formula { get; }

Property Value

string

IsExcelError

public bool IsExcelError { get; }

Property Value

bool

IsHiddenRow

public bool IsHiddenRow { get; }

Property Value

bool

Row

public int Row { get; }

Property Value

int

Tokens

public IList<Token> Tokens { get; }

Property Value

IList<Token>

Value

public object Value { get; }

Property Value

object

ValueDouble

public double ValueDouble { get; }

Property Value

double

ValueDoubleLogical

public double ValueDoubleLogical { get; }

Property Value

double