Sign in
appsheet-third-party
/
epplus
/
165a2091de99677d0dd5306ae07d2deb60a26ae1
/
.
/
AppsheetEpplus
/
FormulaParsing
/
INameValueProvider.cs
blob: e4c59b5a150c75e103f1f794bd3d852221f302c1 [
file
] [
log
] [
blame
]
namespace
AppsheetEpplus
;
public
interface
INameValueProvider
{
bool
IsNamedValue
(
string
key
,
string
worksheet
);
object
GetNamedValue
(
string
key
);
void
Reload
();
}