Table of Contents

Interface INameInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
EPPlus.dll

NameInfo

public interface INameInfo

Properties

Formula

Formula

string Formula { get; }

Property Value

string

Id

Id

ulong Id { get; }

Property Value

ulong

IsRelative

IsRelative

bool IsRelative { get; }

Property Value

bool

Name

Name

string Name { get; }

Property Value

string

Value

Value

object Value { get; }

Property Value

object

wsIx

wsIx

int wsIx { get; }

Property Value

int

Methods

GetRelativeFormula(int, int)

Get relative formula

string GetRelativeFormula(int row, int col)

Parameters

row int
col int

Returns

string

GetRelativeRange(IRangeInfo, FormulaCellAddress)

Get relative range

IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)

Parameters

ri IRangeInfo
currentCell FormulaCellAddress

Returns

IRangeInfo

GetValue(FormulaCellAddress)

Get value

object GetValue(FormulaCellAddress currentCell)

Parameters

currentCell FormulaCellAddress

Returns

object