Table of Contents

Class NameInfoWithValue

Namespace
OfficeOpenXml.FormulaParsing.Ranges
Assembly
EPPlus.dll

Name info with value

public class NameInfoWithValue : INameInfo
Inheritance
NameInfoWithValue
Implements
Inherited Members

Constructors

NameInfoWithValue(string, object)

Name info with value

public NameInfoWithValue(string name, object value)

Parameters

name string
value object

Properties

Formula

Formula

public string Formula { get; }

Property Value

string

Id

Id

public ulong Id { get; }

Property Value

ulong

IsRelative

IsRelative

public bool IsRelative { get; }

Property Value

bool

Name

Name

public string Name { get; }

Property Value

string

Value

Value

public object Value { get; }

Property Value

object

wsIx

wsIx

public int wsIx { get; }

Property Value

int

Methods

GetRelativeFormula(int, int)

Get relative formula

public string GetRelativeFormula(int row, int col)

Parameters

row int
col int

Returns

string

GetRelativeRange(IRangeInfo, FormulaCellAddress)

Get relative range

public IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)

Parameters

ri IRangeInfo
currentCell FormulaCellAddress

Returns

IRangeInfo

GetValue(FormulaCellAddress)

GetValue

public object GetValue(FormulaCellAddress currentCell)

Parameters

currentCell FormulaCellAddress

Returns

object