Sign in
appsheet-third-party
/
epplus
/
21af9e19c1d54d671cbb66dd1ba2b4a15de4b68a
/
.
/
EPPlus
/
FormulaParsing
/
INameValueProvider.cs
blob: 0a227aec4c9b4307097f7b446f70f103c9cbc6bc [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
;
public
interface
INameValueProvider
{
bool
IsNamedValue
(
string
key
,
string
worksheet
);
object
GetNamedValue
(
string
key
);
void
Reload
();
}