Class NameInfo
EPPlus implementation of the INameInfo interface
Assembly: EPPlus.dll
public class NameInfo : INameInfo
Constructors
Declaration
public NameInfo(ExcelNamedRange nameItem)
Parameters
Properties
Declaration
public string Formula { get; }
Property Value
Declaration
Property Value
Declaration
public bool IsRelative { get; }
Property Value
Declaration
public string Name { get; }
Property Value
Declaration
public IList<Token> Tokens { get; }
Property Value
Declaration
public object Value { get; set; }
Property Value
Declaration
Property Value
Methods
Gets the forumla relative to a row and column.
Declaration
public string GetRelativeFormula(int row, int col)
Parameters
| Type |
Name |
Description |
| int |
row |
The row
|
| int |
col |
The column
|
Returns
Returns the range relative to the cell for a named range with a relative address.
Declaration
public IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)
Parameters
Returns
Get the value relative to the current cell.
Declaration
public object GetValue(FormulaCellAddress currentCell)
Parameters
Returns
Implements