Skip to content

Commit 6ace47c

Browse files
committed
Merge branch 'EJ2-1012637-ug' of https://github.com/syncfusion-content/document-processing-docs into EJ2-1012637-ug
2 parents e33dfd6 + 92ab99f commit 6ace47c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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 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`.
1313

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

@@ -22,4 +22,4 @@ The following sample demonstrates how to limit the "Replace All" operation to th
2222
{% endhighlight %}
2323
{% endtabs %}
2424

25-
{% previewsample "/document-processing/code-snippet/spreadsheet/react/find-and-replace-cs1" %}
25+
{% previewsample "/document-processing/code-snippet/spreadsheet/react/find-and-replace-cs1" %}

0 commit comments

Comments
 (0)