Skip to content

Commit 228f81d

Browse files
Merge branch 'development' into EJ2-1044131-CoreRevamp4
2 parents 466a2b0 + 194873a commit 228f81d

45 files changed

Lines changed: 84 additions & 84 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/cell-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The following features have some limitations in Merge:
8585

8686
The **Data Validation** is used to prevent users from entering invalid data. You can use the [`allowDataValidation`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowDataValidation) property to enable or disable data validation.
8787

88-
N> * The default value for `allowDataValidation` property is `true`.
88+
N> The default value for `allowDataValidation` property is `true`.
8989

9090
### Apply Validation
9191

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/clipboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Cut can be done in one of the following ways.
2424

2525
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
2626
* Using Cut option in the Context Menu.
27-
* Using `Ctrl + X` | `Command + X` keyboard shortcut.
27+
* Using `Ctrl + X` or `Command + X` keyboard shortcut.
2828
* Using the `cut` method.
2929

3030
## Copy
@@ -37,7 +37,7 @@ Copy can be done in one of the following ways.
3737

3838
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
3939
* Using Copy option in the Context Menu.
40-
* Using `Ctrl + C` | `Command + C` keyboard shortcut.
40+
* Using `Ctrl + C` or `Command + C` keyboard shortcut.
4141
* Using the `copy` method.
4242

4343
## Paste
@@ -55,7 +55,7 @@ Paste can be done in one of the following ways.
5555

5656
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
5757
* Using Paste option in the Context Menu.
58-
* Using `Ctrl + V` | `Command + V` keyboard shortcut.
58+
* Using `Ctrl + V` or `Command + V` keyboard shortcut.
5959
* Using the `paste` method.
6060

6161
N> 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.

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/link.md

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

1313
Hyperlinks allow users to navigate to web pages, cell references within the current worksheet, or cells in other worksheets. Use the [`allowHyperlink`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowHyperlink) property to enable or disable hyperlink functionality in the Spreadsheet.
1414

15-
N> * The default value of the `allowHyperlink` property is `true`.
15+
N> The default value of the `allowHyperlink` property is `true`.
1616

1717
## Insert Link
1818

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/protect-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The available `protectSettings` options in spreadsheet are,
3232
| `Format Columns` | Allows column formatting. |
3333
| `Insert Link` | Allows hyperlink insertion. |
3434

35-
N> * The default value for all `protectSettings` options are `false`.
35+
N> The default value for all `protectSettings` options are `false`.
3636

3737
By default, the `Protect Sheet` module is injected internally into the Spreadsheet to perform sheet protection function.
3838

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/clipboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Cut can be done in one of the following ways.
2424

2525
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
2626
* Using Cut option in the Context Menu.
27-
* Using `Ctrl + X` | `Command + X` keyboard shortcut.
27+
* Using `Ctrl + X` or `Command + X` keyboard shortcut.
2828
* Using the `cut` method.
2929

3030
## Copy
@@ -37,7 +37,7 @@ Copy can be done in one of the following ways.
3737

3838
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
3939
* Using Copy option in the Context Menu.
40-
* Using `Ctrl + C` | `Command + C` keyboard shortcut.
40+
* Using `Ctrl + C` or `Command + C` keyboard shortcut.
4141
* Using the `copy` method.
4242

4343
## Paste
@@ -55,7 +55,7 @@ Paste can be done in one of the following ways.
5555

5656
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
5757
* Using Paste option in the Context Menu.
58-
* Using `Ctrl + V` | `Command + V` keyboard shortcut.
58+
* Using `Ctrl + V` or `Command + V` keyboard shortcut.
5959
* Using the `paste` method.
6060

6161
N> 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.

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/link.md

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

1313
Hyperlinks allow users to navigate to web pages, cell references within the current worksheet, or cells in other worksheets. Use the [`allowHyperlink`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowHyperlink) property to enable or disable hyperlink functionality in the Spreadsheet.
1414

15-
N> * The default value of the `allowHyperlink` property is `true`.
15+
N> The default value of the `allowHyperlink` property is `true`.
1616

1717
## Insert Link
1818

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/protect-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The available `protectSettings` options in spreadsheet are,
3232
| `Format Columns` | Allows column formatting. |
3333
| `Insert Link` | Allows hyperlink insertion. |
3434

35-
N> * The default value of each `protectSettings` option is `false`.
35+
N> The default value of each `protectSettings` option is `false`.
3636

3737
By default, the `Protect Sheet` module is injected internally into the Spreadsheet to perform sheet protection function.
3838

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/undo-redo.md

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

1313
The `Undo` option reverses the last action performed in the Spreadsheet. The `Redo` option reapplies the most recently undone action. Use the [`allowUndoRedo`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowUndoRedo) property to enable or disable undo and redo functionality in the Spreadsheet.
1414

15-
N> * The default value of the `allowUndoRedo` property is `true`.
15+
N> The default value of the `allowUndoRedo` property is `true`.
1616

1717
By default, the `UndoRedo` module is injected internally into the Spreadsheet to perform undo and redo operations.
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following features have some limitations in Merge:
8686

8787
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

89-
> * The default value for `allowDataValidation` property is `true`.
89+
> The default value for `allowDataValidation` property is `true`.
9090
9191
### Apply Validation
9292

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Cut can be done in one of the following ways.
2323

2424
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
2525
* Using Cut option in the Context Menu.
26-
* Using `Ctrl + X` | `Command + X` keyboard shortcut.
26+
* Using `Ctrl + X` or `Command + X` keyboard shortcut.
2727
* Using the [`cut`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#cut) method.
2828

2929
## Copy
@@ -36,7 +36,7 @@ Copy can be done in one of the following ways.
3636

3737
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
3838
* Using Copy option in the Context Menu.
39-
* Using `Ctrl + C` | `Command + C` keyboard shortcut.
39+
* Using `Ctrl + C` or `Command + C` keyboard shortcut.
4040
* Using the [`copy`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#copy) method.
4141

4242
## Paste
@@ -54,10 +54,10 @@ Paste can be done in one of the following ways.
5454

5555
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
5656
* Using Paste option in the Context Menu.
57-
* Using `Ctrl + V` | `Command + V` keyboard shortcut.
57+
* Using `Ctrl + V` or `Command + V` keyboard shortcut.
5858
* Using the [`paste`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#paste) method.
5959

60-
> 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.
60+
> If you use the Keyboard shortcut key for cut (`Ctrl + X`) or copy (`Ctrl + C`) from other sources, you should use `Ctrl + V` shortcut while pasting into the spreadsheet.
6161
6262
{% tabs %}
6363
{% highlight ts tabtitle="app.ts" %}

0 commit comments

Comments
 (0)