Show / Hide Table of Contents

Interface INameInfo

NameInfo

Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface INameInfo

Properties

Formula

Formula

Declaration
string Formula { get; }
Property Value
Type Description
string

Id

Id

Declaration
ulong Id { get; }
Property Value
Type Description
ulong

IsRelative

IsRelative

Declaration
bool IsRelative { get; }
Property Value
Type Description
bool

Name

Name

Declaration
string Name { get; }
Property Value
Type Description
string

Value

Value

Declaration
object Value { get; }
Property Value
Type Description
object

wsIx

wsIx

Declaration
int wsIx { get; }
Property Value
Type Description
int

Methods

GetRelativeFormula(int, int)

Get relative formula

Declaration
string GetRelativeFormula(int row, int col)
Parameters
Type Name Description
int row
int col
Returns
Type Description
string

GetRelativeRange(IRangeInfo, FormulaCellAddress)

Get relative range

Declaration
IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)
Parameters
Type Name Description
IRangeInfo ri
FormulaCellAddress currentCell
Returns
Type Description
IRangeInfo

GetValue(FormulaCellAddress)

Get value

Declaration
object GetValue(FormulaCellAddress currentCell)
Parameters
Type Name Description
FormulaCellAddress currentCell
Returns
Type Description
object
In this article
Back to top Generated by DocFX