Class LookupCachingMode
Specifies options for caching look up tables in HLookUp and VLookUp functions.
Inheritance
System.Object
LookupCachingMode
Namespace: Syncfusion.XlsIO.Calculate
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class LookupCachingMode : Enum
Fields
Both
Tables will be cached for both VLookUp and HLookUp.
Declaration
public const LookupCachingMode Both
Field Value
Type | Description |
---|---|
LookupCachingMode |
HLOOKUP
Tables will be cached only for HLookUp.
Declaration
public const LookupCachingMode HLOOKUP
Field Value
Type | Description |
---|---|
LookupCachingMode |
None
No caching is done.
Declaration
public const LookupCachingMode None
Field Value
Type | Description |
---|---|
LookupCachingMode |
OptimizeForMatches
Tables will be optimized for searching for exact matches. Set this flag if you expect your searches to find exact matches.
Declaration
public const LookupCachingMode OptimizeForMatches
Field Value
Type | Description |
---|---|
LookupCachingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
VLOOKUP
Tables will be cached only for VLookUp.
Declaration
public const LookupCachingMode VLOOKUP
Field Value
Type | Description |
---|---|
LookupCachingMode |