Class EpplusExcelDataProvider.CellInfo
Inheritance
System.Object
EpplusExcelDataProvider.CellInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: EPPlus.dll
public class CellInfo : ExcelDataProvider.ICellInfo
Properties
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Column { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string Formula { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsExcelError { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsHiddenRow { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IList<Token> Tokens { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Token> |
|
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public double ValueDouble { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ValueDoubleLogical { get; }
Property Value
Type |
Description |
System.Double |
|
Implements