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