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