You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/cell-range.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The following features have some limitations in Merge:
85
85
86
86
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.
87
87
88
-
N> * The default value for `allowDataValidation` property is `true`.
88
+
N> The default value for `allowDataValidation` property is `true`.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/clipboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Cut can be done in one of the following ways.
24
24
25
25
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
26
26
* Using Cut option in the Context Menu.
27
-
* Using `Ctrl + X`|`Command + X` keyboard shortcut.
27
+
* Using `Ctrl + X`or`Command + X` keyboard shortcut.
28
28
* Using the `cut` method.
29
29
30
30
## Copy
@@ -37,7 +37,7 @@ Copy can be done in one of the following ways.
37
37
38
38
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
39
39
* Using Copy option in the Context Menu.
40
-
* Using `Ctrl + C`|`Command + C` keyboard shortcut.
40
+
* Using `Ctrl + C`or`Command + C` keyboard shortcut.
41
41
* Using the `copy` method.
42
42
43
43
## Paste
@@ -55,7 +55,7 @@ Paste can be done in one of the following ways.
55
55
56
56
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
57
57
* Using Paste option in the Context Menu.
58
-
* Using `Ctrl + V`|`Command + V` keyboard shortcut.
58
+
* Using `Ctrl + V`or`Command + V` keyboard shortcut.
59
59
* Using the `paste` method.
60
60
61
61
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.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/link.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ documentation: ug
12
12
13
13
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.
14
14
15
-
N> * The default value of the `allowHyperlink` property is `true`.
15
+
N> The default value of the `allowHyperlink` property is `true`.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/clipboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Cut can be done in one of the following ways.
24
24
25
25
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
26
26
* Using Cut option in the Context Menu.
27
-
* Using `Ctrl + X`|`Command + X` keyboard shortcut.
27
+
* Using `Ctrl + X`or`Command + X` keyboard shortcut.
28
28
* Using the `cut` method.
29
29
30
30
## Copy
@@ -37,7 +37,7 @@ Copy can be done in one of the following ways.
37
37
38
38
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
39
39
* Using Copy option in the Context Menu.
40
-
* Using `Ctrl + C`|`Command + C` keyboard shortcut.
40
+
* Using `Ctrl + C`or`Command + C` keyboard shortcut.
41
41
* Using the `copy` method.
42
42
43
43
## Paste
@@ -55,7 +55,7 @@ Paste can be done in one of the following ways.
55
55
56
56
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
57
57
* Using Paste option in the Context Menu.
58
-
* Using `Ctrl + V`|`Command + V` keyboard shortcut.
58
+
* Using `Ctrl + V`or`Command + V` keyboard shortcut.
59
59
* Using the `paste` method.
60
60
61
61
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.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/link.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ documentation: ug
12
12
13
13
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.
14
14
15
-
N> * The default value of the `allowHyperlink` property is `true`.
15
+
N> The default value of the `allowHyperlink` property is `true`.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/undo-redo.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ documentation: ug
12
12
13
13
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.
14
14
15
-
N> * The default value of the `allowUndoRedo` property is `true`.
15
+
N> The default value of the `allowUndoRedo` property is `true`.
16
16
17
17
By default, the `UndoRedo` module is injected internally into the Spreadsheet to perform undo and redo operations.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/Angular/cell-range.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The following features have some limitations in Merge:
86
86
87
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.
88
88
89
-
> *The default value for `allowDataValidation` property is `true`.
89
+
> The default value for `allowDataValidation` property is `true`.
Copy file name to clipboardExpand all lines: Document-Processing/Excel/Spreadsheet/Angular/clipboard.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Cut can be done in one of the following ways.
23
23
24
24
* Using Cut button in the Ribbon’s HOME tab to perform cut operation.
25
25
* Using Cut option in the Context Menu.
26
-
* Using `Ctrl + X`|`Command + X` keyboard shortcut.
26
+
* Using `Ctrl + X`or`Command + X` keyboard shortcut.
27
27
* Using the [`cut`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#cut) method.
28
28
29
29
## Copy
@@ -36,7 +36,7 @@ Copy can be done in one of the following ways.
36
36
37
37
* Using Copy button in the Ribbon’s HOME tab to perform copy operation.
38
38
* Using Copy option in the Context Menu.
39
-
* Using `Ctrl + C`|`Command + C` keyboard shortcut.
39
+
* Using `Ctrl + C`or`Command + C` keyboard shortcut.
40
40
* Using the [`copy`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#copy) method.
41
41
42
42
## Paste
@@ -54,10 +54,10 @@ Paste can be done in one of the following ways.
54
54
55
55
* Using Paste button in the Ribbon’s HOME tab to perform paste operation.
56
56
* Using Paste option in the Context Menu.
57
-
* Using `Ctrl + V`|`Command + V` keyboard shortcut.
57
+
* Using `Ctrl + V`or`Command + V` keyboard shortcut.
58
58
* Using the [`paste`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#paste) method.
59
59
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.
0 commit comments