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