Sign in
appsheet-third-party
/
epplus
/
ea4a69b16c0474e1487c414b16243a91eb1fe4fe
/
.
/
EPPlus
/
Utils
/
IValidationResult.cs
blob: 61ef1c17cbc83bf760470b8220fb89213f0d620e [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
Utils
;
public
interface
IValidationResult
{
void
IsTrue
();
void
IsFalse
();
}