Sign in
appsheet-third-party
/
epplus
/
21af9e19c1d54d671cbb66dd1ba2b4a15de4b68a
/
.
/
EPPlus
/
FormulaParsing
/
IParsingLifetimeEventHandler.cs
blob: 52fc794a81e45363f4cd0f03e0a1dc2f2c0ece49 [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
;
public
interface
IParsingLifetimeEventHandler
{
void
ParsingCompleted
();
}