Skip to main content

TdxSpreadSheetFindAndReplaceDialogMatchMode Enum

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

Declaration

TdxSpreadSheetFindAndReplaceDialogMatchMode = (
    fdmmCase,
    fdmmEntireCell
);

Members

Name
fdmmCase
fdmmEntireCell

Remarks

Options include:

Value Description
fdmmCase This option enables case-sensitive search.
fdmmEntireCell In this mode, the dialog searches only those cells whose content matches a search string.

The TdxSpreadSheetFindAndReplaceDialogMatchModes type references the TdxSpreadSheetFindAndReplaceDialogMatchMode type.

See Also