Show / Hide Table of Contents

Class EpplusExcelDataProvider.CellInfo

Inheritance
System.Object
EpplusExcelDataProvider.CellInfo
Implements
ExcelDataProvider.ICellInfo
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()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class CellInfo : ExcelDataProvider.ICellInfo

Properties

Address

Declaration
public string Address { get; }
Property Value
Type Description
System.String

Column

Declaration
public int Column { get; }
Property Value
Type Description
System.Int32

Formula

Declaration
public string Formula { get; }
Property Value
Type Description
System.String

IsExcelError

Declaration
public bool IsExcelError { get; }
Property Value
Type Description
System.Boolean

IsHiddenRow

Declaration
public bool IsHiddenRow { get; }
Property Value
Type Description
System.Boolean

Row

Declaration
public int Row { get; }
Property Value
Type Description
System.Int32

Tokens

Declaration
public IList<Token> Tokens { get; }
Property Value
Type Description
System.Collections.Generic.IList<Token>

Value

Declaration
public object Value { get; }
Property Value
Type Description
System.Object

ValueDouble

Declaration
public double ValueDouble { get; }
Property Value
Type Description
System.Double

ValueDoubleLogical

Declaration
public double ValueDoubleLogical { get; }
Property Value
Type Description
System.Double

Implements

ExcelDataProvider.ICellInfo
In This Article
Back to top Generated by DocFX