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
# Spreadsheet Document API: Bind a Worksheet to a Generic List or a BindingList Data Source
2
8
3
9
This example demonstrates the use of a [List\<T\>](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-7.0) and [BindingList\<T\>](https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.bindinglist-1?view=net-7.0) objects as data sources to bind data to the worksheet range.
@@ -20,4 +26,11 @@ Data binding error results in the [WorksheetDataBinding.Error](https://docs.de
20
26
21
27
## Documentation
22
28
23
-
*[Spreadsheet Data Binding](https://docs.devexpress.com/OfficeFileAPI/118785/spreadsheet-document-api/data-binding)
29
+
*[Spreadsheet Data Binding](https://docs.devexpress.com/OfficeFileAPI/118785/spreadsheet-document-api/data-binding)
30
+
<!-- feedback -->
31
+
## Does this example address your development requirements/objectives?
0 commit comments