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
public string Address { get; }
Property Value
- string
public int Column { get; }
Property Value
- int
public string Formula { get; }
Property Value
- string
public bool IsExcelError { get; }
Property Value
- bool
public bool IsHiddenRow { get; }
Property Value
- bool
Property Value
- int
public IList<Token> Tokens { get; }
Property Value
- IList<Token>
public object Value { get; }
Property Value
- object
public double ValueDouble { get; }
Property Value
- double
public double ValueDoubleLogical { get; }
Property Value
- double