menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum LookupCachingMode - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum LookupCachingMode

    Specifies options for caching look up tables in HLookUp and VLookUp functions.

    Namespace: Syncfusion.Windows.Forms.CellGrid
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    [Flags]
    public enum LookupCachingMode

    Fields

    Name Description
    Both

    Tables will be cached for both VLookUp and HLookUp.

    HLOOKUP

    Tables will be cached only for HLookUp.

    None

    No caching is done.

    OptimizeForMatches

    Tables will be optimized for searching for exact matches. Set this flag if you expect your searches to find exact matches.

    VLOOKUP

    Tables will be cached only for VLookUp.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved