Sign in
appsheet-third-party
/
epplus
/
6e7b3a4f16c92d4e763293e132b75dceb705ad64
/
.
/
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
();
}