Skip to content

Commit f518711

Browse files
committed
1012637: updated How to session for react spreadsheet in ug documentation
1 parent 646977f commit f518711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Document-Processing/Excel/Spreadsheet/React/how-to/find-replace-in-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Find and replace the text within the selected range of cells
1111

12-
In Syncfusion Spreadsheet, the "Replace All" action by default searches and replaces text athroughout the entire sheet, regardless of the selected range. To limit "Replace All" to only the selected range, you can customize the addressCollection based on the selectedRange in the [actionBegin](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#actionbegin) event when the action is `beforeReplaceAll`.
12+
In Syncfusion Spreadsheet, the "Replace All" action by default searches and replaces a text throughout the entire sheet, regardless of the selected range. To limit "Replace All" to only the selected range, you can customize the addressCollection based on the selectedRange in the [actionBegin](https://ej2.syncfusion.com/documentation/api/spreadsheet/index-default#actionbegin) event when the action is `beforeReplaceAll`.
1313

1414
The following sample demonstrates how to limit the "Replace All" operation to the currently selected range.
1515

0 commit comments

Comments
 (0)