Class NameValueProvider
Inheritance
NameValueProvider
Assembly: EPPlus.dll
public class NameValueProvider : INameValueProvider
Properties
Declaration
public static INameValueProvider Empty { get; }
Property Value
Methods
Implementation of the GetNamedValue function. In this case (Empty provider) it always return null.
Declaration
public object GetNamedValue(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
Declaration
public object GetNamedValue(string key, string worksheet)
Parameters
Returns
Implementation of the IsNamedValue function. In this case (Empty provider) it always return false.
Declaration
public bool IsNamedValue(string key, string worksheet)
Parameters
Returns
Implementation of the Reload function
Declaration
Implements