Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeCache Class / FindEquals(IReadonlyPrimitiveValue,Boolean,IEvaluationContext) Method
The value to compare.
true if matching is compatible with XLOOKUP/XMATCH function; otherwise, false.
The evaluation context.


In This Topic
FindEquals(IReadonlyPrimitiveValue,Boolean,IEvaluationContext) Method
In This Topic
Finds the cell which is matched with the specified IReadonlyPrimitiveValue value.
Syntax
'Declaration
 
Public Function FindEquals( _
   ByVal find As IReadonlyPrimitiveValue, _
   ByVal xlookupCompatible As Boolean, _
   ByVal context As IEvaluationContext _
) As CellReference
 
'Usage
 
Dim instance As RangeCache
Dim find As IReadonlyPrimitiveValue
Dim xlookupCompatible As Boolean
Dim context As IEvaluationContext
Dim value As CellReference
 
value = instance.FindEquals(find, xlookupCompatible, context)

Parameters

find
The value to compare.
xlookupCompatible
true if matching is compatible with XLOOKUP/XMATCH function; otherwise, false.
context
The evaluation context.
See Also