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. |