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