menu

WinForms

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

    Show / Hide Table of Contents

    Enum GridFindTextOptions

    Defines the options for searching text in cells:

    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public enum GridFindTextOptions

    Fields

    Name Description
    ColumnOnly

    Search only current column.

    Formula

    Search only based on formula.

    MatchCase

    Match Case.

    MatchWholeCell

    Search string should match whole cell.

    None

    Represents None.

    SearchUp

    Search up.

    SelectionOnly

    Search only current selection.

    Values

    Search only based on value of formula.

    WholeTable

    Search whole table.

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