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/Blazor/formulas.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
@@ -15,7 +15,7 @@ documentation: ug
15
15
16
16
The **Formula Bar** simplifies editing or entering cell data. The [ShowFormulaBar](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Spreadsheet.SfSpreadsheet.html#Syncfusion_Blazor_Spreadsheet_SfSpreadsheet_ShowFormulaBar) property is used to enable or disable the **Formula Bar**. The default value of the `ShowFormulaBar` property is **true**.
17
17
18
-
### Working with Formulas via the UI
18
+
### Working With Formulas via The UI
19
19
20
20
Formulas in the Syncfusion Blazor Spreadsheet can be accessed and inserted using the following methods:
21
21
@@ -65,7 +65,7 @@ The **Named Ranges** support allows you to assign a meaningful name to a specifi
65
65
66
66
N> Named Ranges can be defined only for cells or ranges that contain values.
67
67
68
-
### Creating Named Ranges via the UI
68
+
### Creating Named Ranges via The UI
69
69
70
70
**Named Ranges** can be created using the following methods:
71
71
@@ -75,7 +75,7 @@ N> Named Ranges can be defined only for cells or ranges that contain values.
75
75
76
76

77
77
78
-
### Editing or Deleting Named Ranges
78
+
### Editing Or Deleting Named Ranges
79
79
80
80
**Named Ranges** are managed through the **Name Manager** dialog, which supports editing and deletion.
0 commit comments