Class NameInfoWithValue
Inheritance
System.Object
NameInfoWithValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: EPPlus.dll
public class NameInfoWithValue : INameInfo
Constructors
Declaration
public NameInfoWithValue(string name, object value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object |
value |
|
Properties
Declaration
public string Formula { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
Declaration
public bool IsRelative { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public string GetRelativeFormula(int row, int col)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
col |
|
Returns
Type |
Description |
System.String |
|
Declaration
public IRangeInfo GetRelativeRange(IRangeInfo ri, FormulaCellAddress currentCell)
Parameters
Returns
Declaration
public object GetValue(FormulaCellAddress currentCell)
Parameters
Returns
Type |
Description |
System.Object |
|
Implements