TdxSpreadSheetFindAndReplaceDialogSearchMode Enum
In This Article
Enumerates search order options available in the “Find and Replace” dialog.
#Declaration
Delphi
TdxSpreadSheetFindAndReplaceDialogSearchMode = (
fdsmByRows,
fdsmByColumns
);
#Members
Name |
---|
fdsm
|
fdsm
|
#Remarks
Options include:
Value | Description |
---|---|
fdsm |
The dialog searches a value from left to right, and row by row within the occupied cell range. |
fdsm |
The dialog searches a value from top to bottom, and column by column within the occupied cell range. |
See Also