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