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