Show / Hide Table of Contents

Interface INameInfo

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

Properties

Formula

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

Id

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

IsRelative

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

Name

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

Value

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

wsIx

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

Methods

GetRelativeFormula(Int32, Int32)

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)

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

GetValue(FormulaCellAddress)

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