Specifies the options for performing a find and replace action in the spreadsheet. These options control how and where the search operation is executed, as well as how to replace values.
string
Specifies the count of occurrences of the found value. This is the number of times the search value appears in the sheet or workbook.
string
Specifies the option to find the previous or next match of the value.
boolean
Specifies whether to return the match after the find action.
boolean
Specifies whether to match the case when finding the value.
boolean
Specifies whether to match the entire cell content or a substring of the cell content.
string
Specifies whether to search for the value within the current sheet or the entire workbook.
string
Specifies whether to replace the first match or all matches of the found value.
string
Specifies the value to replace the found value with. This is used when performing the replace operation.
string
Specifies whether to search for the value by row or by column.
number
Specifies the index of the sheet to search for the value. This refers to the sheet number (0-based index) where the search should begin.
boolean
Specifies whether to display the find and replace dialog.
string
Specifies the value to find in the spreadsheet. This is the text or number that you want to search for within the cells.