source:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.EPPlus/4.0.3/EPPlus-4.0.3/FormulaParsing/ExcelUtilities/LookupValueMatcher.cs
@
13401
Last change on this file since 13401 was 12074, checked in by sraggl, 10 years ago | |
---|---|
File size: 362 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace OfficeOpenXml.FormulaParsing.ExcelUtilities |
7 | { |
8 | public class LookupValueMatcher : ValueMatcher |
9 | { |
10 | protected override int CompareObjectToString(object o1, string o2) |
11 | { |
12 | return IncompatibleOperands; |
13 | } |
14 | } |
15 | } |
Note: See TracBrowser
for help on using the repository browser.