Interface INameValueProvider
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface INameValueProviderMethods
GetNamedValue(String)
Declaration
object GetNamedValue(string key)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | 
Returns
| Type | Description | 
|---|---|
| System.Object | 
IsNamedValue(String, String)
Declaration
bool IsNamedValue(string key, string worksheet)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | |
| System.String | worksheet | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Reload()
Declaration
void Reload()