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
Properties
Formula
Formula
public string Formula { get; }
Property Value
Id
Id
public ulong Id { get; }
Property Value
IsRelative
IsRelative
public bool IsRelative { get; }
Property Value
Name
Name
public string Name { get; }
Property Value
Value
Value
public object Value { get; }
Property Value
wsIx
wsIx
public int wsIx { get; }
Property Value
Methods
GetRelativeFormula(int, int)
Get relative formula
public string GetRelativeFormula(int row, int col)
Parameters
Returns
GetRelativeRange(IRangeInfo, FormulaCellAddress)
Get relative range
public IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)
Parameters
riIRangeInfocurrentCellFormulaCellAddress
Returns
GetValue(FormulaCellAddress)
GetValue
public object GetValue(FormulaCellAddress currentCell)
Parameters
currentCellFormulaCellAddress