Skip to content

Commit 3b3f6fe

Browse files
999367: Updated GIF changes
1 parent 4e38187 commit 3b3f6fe

28 files changed

Lines changed: 35 additions & 49 deletions
289 KB
Loading
396 KB
Loading
487 KB
Loading

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1414

1515
When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes.
1616

17-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
17+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1818

1919
In the below example, you can add, edit, save, and delete notes.
2020

@@ -40,8 +40,6 @@ In the active worksheet, you can add a note in the following ways:
4040

4141
A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4242

43-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
44-
4543
## Editing a note
4644

4745
In the active worksheet, you can modify the content of existing notes in the document:
@@ -52,8 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5250

5351
The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5452

55-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
56-
5753
## Deleting a note
5854

5955
You can remove notes from cells using the following ways:
@@ -63,10 +59,10 @@ You can remove notes from cells using the following ways:
6359

6460
The note will be removed from the cell, and the red triangle indicator will be removed.
6561

66-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
67-
6862
## Navigating between notes
6963

64+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
65+
7066
The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab.
7167

7268
### Previous Note
@@ -119,6 +115,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
119115
120116
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
121117

118+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
119+
122120
## Saving the document with notes
123121

124122
The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls).
289 KB
Loading
396 KB
Loading
487 KB
Loading

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The **Notes** feature is used to insert comments, provide feedback, suggest chan
1414

1515
When opening the Excel document with notes in the Spreadsheet, they will be displayed in the control. The cells containing notes will be indicated with a red colored triangle at the top-right corner. Hovering the mouse over these cells will display the content of the notes.
1616

17-
![Spreadsheet showing a note](./images/spreadsheet_show_note.png)
17+
![Adding, editing, and deleting a note in Spreadsheet](./images/spreadsheet_add_edit_delete_note.gif)
1818

1919
In the below example, you can add, edit, save, and delete notes.
2020

@@ -40,8 +40,6 @@ In the active worksheet, you can add a note in the following ways:
4040

4141
A dialog box will open where you can enter the note content. After entering the content, you can either click on other cells or press the <kbd>Esc</kbd> button to automatically save the note and close the dialog box.
4242

43-
![Adding a note in Spreadsheet](./images/spreadsheet_add_note.gif)
44-
4543
## Editing a note
4644

4745
In the active worksheet, you can modify the content of existing notes in the document:
@@ -52,8 +50,6 @@ In the active worksheet, you can modify the content of existing notes in the doc
5250

5351
The note editor dialog box will open with the existing content. After editing the content, you can either click on other cells or press the <kbd>Esc</kbd> button to automatically save the changes and close the dialog box.
5452

55-
![Editing a note in Spreadsheet](./images/spreadsheet_edit_note.gif)
56-
5753
## Deleting a note
5854

5955
You can remove notes from cells using the following ways:
@@ -63,10 +59,10 @@ You can remove notes from cells using the following ways:
6359

6460
The note will be removed from the cell, and the red triangle indicator will be removed.
6561

66-
![Deleting a note in Spreadsheet](./images/spreadsheet_delete_note.gif)
67-
6862
## Navigating between notes
6963

64+
![Navigating between notes in Spreadsheet](./images/spreadsheet_next_previous_note.gif)
65+
7066
The Syncfusion Spreadsheet provides intuitive navigation to quickly move between cells containing notes in your worksheet. These options are accessible through the **Notes** dropdown in the **Review** tab.
7167

7268
### Previous Note
@@ -119,6 +115,8 @@ All notes in the worksheet will appear as floating text boxes near their respect
119115
120116
This functionality enhances workflow efficiency by providing flexible control over note visibility, whether for individual focus or comprehensive review.
121117

118+
![Show/Hide notes in Spreadsheet](./images/spreadsheet_show_hide_note.gif)
119+
122120
## Saving the document with notes
123121

124122
The Spreadsheet data, including notes, can be saved and exported as an Excel document by selecting **File > Save As** in the ribbon menu. Exporting worksheets with notes is supported in Excel file formats such as Microsoft Excel (.xlsx) and Microsoft Excel 97-2003 (.xls).
289 KB
Loading
396 KB
Loading

0 commit comments

Comments
 (0)