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