Skip to content

Commit b87c892

Browse files
committed
986040: Need to include "Create Object Structure" section in Angular Spreadsheet UG documentation
1 parent 2ebce3c commit b87c892

File tree

1 file changed

+1
-1
lines changed
  • Document-Processing/Excel/Spreadsheet/ASP-NET-CORE

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following sample shows the column selection in the spreadsheet, here selecti
8484

8585
## Get selected cell values
8686

87-
You can select single or multiple cells, rows, or columns using mouse and keyboard interactions. You can also programmatically perform selections using the [selectRange](https://helpej2.syncfusion.com/documentation/api/spreadsheet/#selectrange) method. This selection behavior is controlled by the [selectionSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_SelectionSettings) property. Finally, you can retrieve the selected cell values as a collection using the [getData](https://helpej2.syncfusion.com/documentation/api/spreadsheet/#getdata) method.
87+
You can select single or multiple cells, rows, or columns using mouse and keyboard interactions. You can also programmatically perform selections using the [selectRange](https://helpej2.syncfusion.com/documentation/api/spreadsheet#selectrange) method. This selection behavior is controlled by the [selectionSettings](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_SelectionSettings) property. Finally, you can retrieve the selected cell values as a collection using the [getData](https://helpej2.syncfusion.com/documentation/api/spreadsheet#getdata) method.
8888

8989
Below is a code example demonstrating how to retrieve the selected cell values as a collection programmatically:
9090

0 commit comments

Comments
 (0)