TdxSpreadSheetFindAndReplaceDialogLookMode Enum
Enumerates value search modes available in the “Find and Replace “ dialog.
Declaration
TdxSpreadSheetFindAndReplaceDialogLookMode = (
fdlmInFormulas,
fdlmInValues
);
Members
| Name |
|---|
fdlmInFormulas
|
fdlmInValues
|
Remarks
Options include:
| Value | Description |
|---|---|
| fdlmInFormulas | In this mode, the dialog searches and replaces text both in cell values and text sources of formula expressions. |
| fdlmInValues | The dialog searches only text that cells display (that is, TdxSpreadSheetCell.DisplayText property values). The Replace dialog page does not support this option. |
See Also