Skip to content

Commit f29577d

Browse files
Resolved the review changes
1 parent e4d798f commit f29577d

File tree

1 file changed

+3
-3
lines changed
  • Document-Processing/Excel/Spreadsheet/Blazor

1 file changed

+3
-3
lines changed

Document-Processing/Excel/Spreadsheet/Blazor/formulas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ documentation: ug
1515

1616
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**.
1717

18-
### Working with Formulas via the UI
18+
### Working With Formulas via The UI
1919

2020
Formulas in the Syncfusion Blazor Spreadsheet can be accessed and inserted using the following methods:
2121

@@ -65,7 +65,7 @@ The **Named Ranges** support allows you to assign a meaningful name to a specifi
6565

6666
N> Named Ranges can be defined only for cells or ranges that contain values.
6767

68-
### Creating Named Ranges via the UI
68+
### Creating Named Ranges via The UI
6969

7070
**Named Ranges** can be created using the following methods:
7171

@@ -75,7 +75,7 @@ N> Named Ranges can be defined only for cells or ranges that contain values.
7575

7676
![Name Manager Dialog](./images/named-range.gif)
7777

78-
### Editing or Deleting Named Ranges
78+
### Editing Or Deleting Named Ranges
7979

8080
**Named Ranges** are managed through the **Name Manager** dialog, which supports editing and deletion.
8181

0 commit comments

Comments
 (0)