Class NameValueProvider
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- EPPlus.dll
Provides access to static, preconfigured instances of INameValueProvider
public class NameValueProvider : INameValueProvider
- Inheritance
-
NameValueProvider
- Implements
- Inherited Members
Properties
Empty
An empty INameValueProvider
public static INameValueProvider Empty { get; }
Property Value
Methods
GetNamedValue(string)
Implementation of the GetNamedValue function. In this case (Empty provider) it always return null.
public object GetNamedValue(string key)
Parameters
keystring
Returns
GetNamedValue(string, string)
Get named value
public object GetNamedValue(string key, string worksheet)
Parameters
Returns
IsNamedValue(string, string)
Implementation of the IsNamedValue function. In this case (Empty provider) it always return false.
public bool IsNamedValue(string key, string worksheet)
Parameters
Returns
Reload()
Implementation of the Reload function
public void Reload()