Interface ExcelDataProvider.ICellInfo
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- Magicodes.EPPlus.dll
public interface ExcelDataProvider.ICellInfo
- Extension Methods
-
Properties
Property Value
- string
Property Value
- int
Property Value
- string
bool IsExcelError { get; }
Property Value
- bool
bool IsHiddenRow { get; }
Property Value
- bool
Property Value
- int
IList<Token> Tokens { get; }
Property Value
- IList<Token>
Property Value
- object
double ValueDouble { get; }
Property Value
- double
double ValueDoubleLogical { get; }
Property Value
- double