Show / Hide Table of Contents

Interface INameValueProvider

Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface INameValueProvider

Methods

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()
Back to top Generated by DocFX