Show / Hide Table of Contents

Class NameInfoWithValue

Name info with value

Inheritance
object
NameInfoWithValue
Implements
INameInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Ranges
Assembly: EPPlus.dll
Syntax
public class NameInfoWithValue : INameInfo

Constructors

NameInfoWithValue(string, object)

Name info with value

Declaration
public NameInfoWithValue(string name, object value)
Parameters
Type Name Description
string name
object value

Properties

Formula

Formula

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

Id

Id

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

IsRelative

IsRelative

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

Name

Name

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

Value

Value

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

wsIx

wsIx

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

Methods

GetRelativeFormula(int, int)

Get relative formula

Declaration
public 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
public IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)
Parameters
Type Name Description
IRangeInfo ri
FormulaCellAddress currentCell
Returns
Type Description
IRangeInfo

GetValue(FormulaCellAddress)

GetValue

Declaration
public object GetValue(FormulaCellAddress currentCell)
Parameters
Type Name Description
FormulaCellAddress currentCell
Returns
Type Description
object

Implements

INameInfo
In this article
Back to top Generated by DocFX