Interface ICellInfo
Information and help methods about a cell
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface ICellInfo
Properties
Address
Address
Declaration
string Address { get; }
Property Value
| Type | Description |
|---|---|
| string |
Column
Column
Declaration
int Column { get; }
Property Value
| Type | Description |
|---|---|
| int |
Formula
Formula
Declaration
string Formula { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Id
Declaration
ulong Id { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
IsExcelError
Is excel error
Declaration
bool IsExcelError { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsHiddenRow
Is hidden row
Declaration
bool IsHiddenRow { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Row
Row
Declaration
int Row { get; }
Property Value
| Type | Description |
|---|---|
| int |
Tokens
Tokens
Declaration
IList<Token> Tokens { get; }
Property Value
| Type | Description |
|---|---|
| IList<Token> |
Value
Value
Declaration
object Value { get; }
Property Value
| Type | Description |
|---|---|
| object |
ValueDouble
Value double
Declaration
double ValueDouble { get; }
Property Value
| Type | Description |
|---|---|
| double |
ValueDoubleLogical
Value double logical
Declaration
double ValueDoubleLogical { get; }
Property Value
| Type | Description |
|---|---|
| double |
WorksheetName
WorksheetName
Declaration
string WorksheetName { get; }
Property Value
| Type | Description |
|---|---|
| string |