TdxSpreadSheetFindAndReplaceDialogMatchMode Enum
In This Article
Enumerates search match options available in the “Find and Replace“ dialog.
#Declaration
Delphi
TdxSpreadSheetFindAndReplaceDialogMatchMode = (
fdmmCase,
fdmmEntireCell
);
#Members
Name |
---|
fdmm
|
fdmm
|
#Remarks
Options include:
Value | Description |
---|---|
fdmm |
This option enables case-sensitive search. |
fdmm |
In this mode, the dialog searches only those cells whose content matches a search string. |
The TdxSpreadSheetFindAndReplaceDialogMatchModes type references the TdxSpreadSheetFindAndReplaceDialogMatchMode type.
See Also