TdxSpreadSheetFindAndReplaceDialogLookMode Enum
In This Article
Enumerates value search modes available in the “Find and Replace “ dialog.
#Declaration
Delphi
TdxSpreadSheetFindAndReplaceDialogLookMode = (
fdlmInFormulas,
fdlmInValues
);
#Members
Name |
---|
fdlm
|
fdlm
|
#Remarks
Options include:
Value | Description |
---|---|
fdlm |
In this mode, the dialog searches and replaces text both in cell values and text sources of formula expressions. |
fdlm |
The dialog searches only text that cells display (that is, Tdx |
See Also