Interface INameValueProvider
Name value provider
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface INameValueProvider
Methods
GetNamedValue(string)
Get named value
Declaration
object GetNamedValue(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| object |
GetNamedValue(string, string)
GetNamedValue
Declaration
object GetNamedValue(string key, string worksheet)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | worksheet |
Returns
| Type | Description |
|---|---|
| object |
IsNamedValue(string, string)
Is named value
Declaration
bool IsNamedValue(string key, string worksheet)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| string | worksheet |
Returns
| Type | Description |
|---|---|
| bool |
Reload()
Reload
Declaration
void Reload()