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
System.String

Id

Id

Declaration
ulong Id { get; }
Property Value
Type Description
System.UInt64

IsRelative

IsRelative

Declaration
bool IsRelative { get; }
Property Value
Type Description
System.Boolean

Name

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Value

Value

Declaration
object Value { get; }
Property Value
Type Description
System.Object

wsIx

wsIx

Declaration
int wsIx { get; }
Property Value
Type Description
System.Int32

Methods

GetRelativeFormula(Int32, Int32)

Get relative formula

Declaration
string GetRelativeFormula(int row, int col)
Parameters
Type Name Description
System.Int32 row
System.Int32 col
Returns
Type Description
System.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
System.Object
In This Article
Back to top Generated by DocFX