Interface ExcelDataProvider.ICellInfo
Information and help methods about a cell
Assembly: EPPlus.dll
public interface ICellInfo
Properties
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.String |
|
Declaration
bool IsExcelError { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsHiddenRow { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
IList<Token> Tokens { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Token> |
|
Declaration
Property Value
Type |
Description |
System.Object |
|
Declaration
double ValueDouble { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
double ValueDoubleLogical { get; }
Property Value
Type |
Description |
System.Double |
|