Class CellInfo
EPPlus implementation of the ICellInfo interface.
Inheritance
System.Object
CellInfo
Implements
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.Ranges
Assembly: EPPlus.dll
Syntax
public class CellInfo : 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 |
Id
Cell id
Declaration
public ulong Id { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
IsExcelError
Returns true if the cell contains an error
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
Tokenized cell content
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 |
WorksheetName
Name of the worksheet
Declaration
public string WorksheetName { get; }
Property Value
Type | Description |
---|---|
System.String |