Skip to content

Commit 52e1652

Browse files
1004162: Updated proper navigation links
1 parent 7e3c5e9 commit 52e1652

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Document-Processing/Excel/Spreadsheet/React/cell-range.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ To get start quickly with Cell Range, you can check on this video:
1717

1818
## Wrap text
1919

20-
Wrap text allows you to display large content as multiple lines in a single cell. By default, the wrap text support is enabled. Use the [`allowWrap`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#allowwrap) property to enable or disable the wrap text support in spreadsheet.
20+
Wrap text allows you to display large content as multiple lines in a single cell. By default, the wrap text support is enabled. Use the [`allowWrap`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#allowwrap) property to enable or disable the wrap text support in spreadsheet.
2121

2222
Wrap text can be applied or removed to a cell or range of cells in the following ways,
2323

2424
* Using the `wrap` property in `cell`, you can enable or disable wrap text to a cell at initial load.
2525
* Select or deselect wrap button from ribbon toolbar to apply or remove the wrap text to the selected range.
26-
* Using the [`wrap`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#wrap) method, you can apply or remove the wrap text once the component is loaded.
26+
* Using the [`wrap`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#wrap) method, you can apply or remove the wrap text once the component is loaded.
2727

2828
The following code example shows the wrap text functionality in spreadsheet.
2929

@@ -53,13 +53,13 @@ The following features have some limitations in wrap text:
5353

5454
## Merge cells
5555

56-
Merge cells allows users to span two or more cells in the same row or column into a single cell. When cells with multiple values are merged, top-left most cell data will be the data for the merged cell. By default, the merge cells option is enabled. Use [`allowMerge`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#allowmerge) property to enable or disable the merge cells option in spreadsheet.
56+
Merge cells allows users to span two or more cells in the same row or column into a single cell. When cells with multiple values are merged, top-left most cell data will be the data for the merged cell. By default, the merge cells option is enabled. Use [`allowMerge`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#allowmerge) property to enable or disable the merge cells option in spreadsheet.
5757

5858
You can merge the range of cells in the following ways,
5959

6060
* Set the `rowSpan` and `colSpan` property in `cell` to merge the number of cells at initial load.
6161
* Select the range of cells and apply merge by selecting the desired option from ribbon toolbar.
62-
* Use [`merge`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#merge) method to merge the range of cells, once the component is loaded.
62+
* Use [`merge`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#merge) method to merge the range of cells, once the component is loaded.
6363

6464
The available merge options in spreadsheet are,
6565

@@ -192,7 +192,7 @@ Clear feature helps you to clear the cell contents (formulas and data), formats
192192
You can apply clear feature by using one of the following ways,
193193

194194
* Select the clear icon in the Ribbon toolbar under the Home Tab.
195-
* Using the [`clear()`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#clear) method to clear the values.
195+
* Using the [`clear()`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#clear) method to clear the values.
196196

197197
Clear has the following types in the spreadsheet,
198198

@@ -205,7 +205,7 @@ Clear has the following types in the spreadsheet,
205205

206206
### Methods
207207

208-
Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#clear) method. The [clear](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/#clear) method has `type` and `range` as parameters. The following code example shows how to clear the cell contents and formats in the button click event.
208+
Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#clear) method. The [clear](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#clear) method has `type` and `range` as parameters. The following code example shows how to clear the cell contents and formats in the button click event.
209209

210210
{% tabs %}
211211
{% highlight js tabtitle="app.jsx" %}

0 commit comments

Comments
 (0)