Class CellInfo
- Namespace
- OfficeOpenXml.FormulaParsing.Ranges
- Assembly
- EPPlus.dll
EPPlus implementation of the ICellInfo interface.
public class CellInfo : ICellInfo
- Inheritance
-
CellInfo
- Implements
- Inherited Members
Properties
Address
Address
public string Address { get; }
Property Value
Column
Column
public int Column { get; }
Property Value
Formula
Formula
public string Formula { get; }
Property Value
Id
Cell id
public ulong Id { get; }
Property Value
IsExcelError
Returns true if the cell contains an error
public bool IsExcelError { get; }
Property Value
IsHiddenRow
Is hidden row
public bool IsHiddenRow { get; }
Property Value
Row
Row
public int Row { get; }
Property Value
Tokens
Tokenized cell content
public IList<Token> Tokens { get; }
Property Value
Value
Value
public object Value { get; }
Property Value
ValueDouble
Value double
public double ValueDouble { get; }
Property Value
ValueDoubleLogical
Value double logical
public double ValueDoubleLogical { get; }
Property Value
WorksheetName
Name of the worksheet
public string WorksheetName { get; }