Sign in
appsheet-third-party
/
epplus
/
ea4a69b16c0474e1487c414b16243a91eb1fe4fe
/
.
/
EPPlus
/
FormulaParsing
/
ExcelUtilities
/
LookupValueMatcher.cs
blob: d2e0f3ea02690711e6c21c59c348b052f66394f0 [
file
] [
log
] [
blame
]
namespace
OfficeOpenXml
.
FormulaParsing
.
ExcelUtilities
;
public
class
LookupValueMatcher
:
ValueMatcher
{
protected
override
int
CompareObjectToString
(
object
o1
,
string
o2
)
{
return
IncompatibleOperands
;
}
}