TdxSpreadSheetFindAndReplaceDialogSearchRange Enum
In This Article
Enumerates cell search scopes available in the “Find and Replace“ dialog.
#Declaration
Delphi
TdxSpreadSheetFindAndReplaceDialogSearchRange = (
fdsrSheet,
fdsrAllSheets
);
#Members
Name |
---|
fdsr
|
fdsr
|
#Remarks
Options include:
Value | Description |
---|---|
fdsr |
The dialog searches a value only in the active worksheet. |
fdsr |
The dialog searches a value in all visible worksheets in a spreadsheet document. |
See Also