Skip to content

Commit 7b0b7b8

Browse files
author
bhuvaneshdhakshinmaoorthy
committed
993171: Resolved Front matter error
1 parent 0c3be75 commit 7b0b7b8

24 files changed

Lines changed: 168 additions & 168 deletions

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ A group of cells in a sheet is known as cell range.
1313

1414
## Wrap text
1515

16-
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/angular/documentation/api/spreadsheet/#allowwrap) property to enable or disable the wrap text support in spreadsheet.
16+
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/angular/documentation/api/spreadsheet/index-default#allowwrap) property to enable or disable the wrap text support in spreadsheet.
1717

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

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

2424
The following code example shows the wrap text functionality in spreadsheet.
2525

@@ -44,13 +44,13 @@ The following features have some limitations in wrap text:
4444

4545
## Merge cells
4646

47-
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/angular/documentation/api/spreadsheet/#allowmerge) property to enable or disable the merge cells option in spreadsheet.
47+
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/angular/documentation/api/spreadsheet/index-default#allowmerge) property to enable or disable the merge cells option in spreadsheet.
4848

4949
You can merge the range of cells in the following ways,
5050

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

5555
The available merge options in spreadsheet are,
5656

@@ -84,7 +84,7 @@ The following features have some limitations in Merge:
8484

8585
## Data Validation
8686

87-
Data Validation is used to restrict the user from entering the invalid data. You can use the [`allowDataValidation`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#allowdatavalidation) property to enable or disable data validation.
87+
Data Validation is used to restrict the user from entering the invalid data. You can use the [`allowDataValidation`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#allowdatavalidation) property to enable or disable data validation.
8888

8989
> * The default value for `allowDataValidation` property is `true`.
9090
@@ -95,7 +95,7 @@ You can apply data validation to restrict the type of data or the values that us
9595
You can apply data validation by using one of the following ways,
9696

9797
* Select the Data tab in the Ribbon toolbar, and then choose the Data Validation item.
98-
* Use the [`addDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#adddatavalidation) method programmatically.
98+
* Use the [`addDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#adddatavalidation) method programmatically.
9999

100100
### Clear Validation
101101

@@ -104,7 +104,7 @@ Clear validation feature is used to remove data validations from the specified r
104104
You can clear data validation rule by one of the following ways,
105105

106106
* Select the Data tab in the Ribbon toolbar, and then choose the Clear Validation item.
107-
* Use the [`removeDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#removedatavalidation) method programmatically.
107+
* Use the [`removeDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#removedatavalidation) method programmatically.
108108

109109
### Highlight Invalid Data
110110

@@ -113,7 +113,7 @@ Highlight invalid data feature is used to highlight the previously entered inval
113113
You can highlight an invalid data by using one of the following ways,
114114

115115
* Select the Data tab in the Ribbon toolbar, and then choose the Highlight Invalid Data item.
116-
* Use the [`addInvalidHighlight()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#addinvalidhighlight) method programmatically.
116+
* Use the [`addInvalidHighlight()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#addinvalidhighlight) method programmatically.
117117

118118
### Clear Highlighted Invalid Data
119119

@@ -122,7 +122,7 @@ Clear highlight feature is used to remove the highlight from invalid cells.
122122
You can clear the highlighted invalid data by using the following ways,
123123

124124
* Select the Data tab in the Ribbon toolbar, and then choose the Clear Highlight item.
125-
* Use the [`removeInvalidHighlight()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#removeinvalidhighlight) method programmatically.
125+
* Use the [`removeInvalidHighlight()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#removeinvalidhighlight) method programmatically.
126126

127127
{% tabs %}
128128
{% highlight ts tabtitle="app.ts" %}
@@ -149,7 +149,7 @@ When this rule is applied, the Spreadsheet evaluates the entered value against t
149149
You can apply custom data validation using two methods.
150150

151151
* The first is through the Data Validation dialog in the Ribbon toolbar. Navigate to the Data tab, select the Data Validation option, and choose the Custom type from the Allow dropdown menu.
152-
* The second method is programmatically, using the [`addDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#adddatavalidation) method, which allows developers to set custom rules dynamically via code.
152+
* The second method is programmatically, using the [`addDataValidation()`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#adddatavalidation) method, which allows developers to set custom rules dynamically via code.
153153

154154
The following code example demonstrates how to add custom data validation with a formula in a Spreadsheet.
155155

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

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

270270
Clear has the following types in the spreadsheet,
271271

@@ -278,7 +278,7 @@ Clear has the following types in the spreadsheet,
278278

279279
### Methods
280280

281-
Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#clear) method. The [clear](https://ej2.syncfusion.com/angular/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.
281+
Clear the cell contents and formats in the Spreadsheet document by using the [clear](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#clear) method. The [clear](https://ej2.syncfusion.com/angular/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.
282282

283283
{% tabs %}
284284
{% highlight ts tabtitle="app.ts" %}

Document-Processing/Excel/Spreadsheet/Angular/clipboard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Clipboard in Angular Spreadsheet component
1111

12-
The Spreadsheet provides support for the clipboard operations (cut, copy, and paste). Clipboard operations can be enabled or disabled by setting the [`enableClipboard`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#enableclipboard) property in Spreadsheet.
12+
The Spreadsheet provides support for the clipboard operations (cut, copy, and paste). Clipboard operations can be enabled or disabled by setting the [`enableClipboard`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#enableclipboard) property in Spreadsheet.
1313

1414
> By default, the `enableClipboard` property is true.
1515
@@ -24,7 +24,7 @@ Cut can be done in one of the following ways.
2424
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
2525
* Using Cut option in the Context Menu.
2626
* Using `Ctrl + X` | `Command + X` keyboard shortcut.
27-
* Using the [`cut`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#cut) method.
27+
* Using the [`cut`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#cut) method.
2828

2929
## Copy
3030

@@ -37,7 +37,7 @@ Copy can be done in one of the following ways.
3737
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
3838
* Using Copy option in the Context Menu.
3939
* Using `Ctrl + C` | `Command + C` keyboard shortcut.
40-
* Using the [`copy`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#copy) method.
40+
* Using the [`copy`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#copy) method.
4141

4242
## Paste
4343

@@ -55,7 +55,7 @@ Paste can be done in one of the following ways.
5555
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
5656
* Using Paste option in the Context Menu.
5757
* Using `Ctrl + V` | `Command + V` keyboard shortcut.
58-
* Using the [`paste`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#paste) method.
58+
* Using the [`paste`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#paste) method.
5959

6060
> If you use the Keyboard shortcut key for cut (`Ctrl + X`) | copy (`Ctrl + C`) from other sources, you should use `Ctrl + V` shortcut while pasting into the spreadsheet.
6161
@@ -73,7 +73,7 @@ Paste can be done in one of the following ways.
7373

7474
## Prevent the paste functionality
7575

76-
The following example shows, how to prevent the paste action in spreadsheet. In [`actionBegin`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/#actionbegin) event, you can set `cancel` argument as false in paste request type.
76+
The following example shows, how to prevent the paste action in spreadsheet. In [`actionBegin`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#actionbegin) event, you can set `cancel` argument as false in paste request type.
7777

7878
{% tabs %}
7979
{% highlight ts tabtitle="app.ts" %}

0 commit comments

Comments
 (0)