Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFindAndReplaceDialogSearchMode Enum

Enumerates search order options available in the “Find and Replace” dialog.

#Declaration

Delphi
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