WorksheetDataBindingCollection.CreateDataSource(CellRange) Method
Creates a new data source from the specified cell range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| range | CellRange | A CellRange object that is the cell range used as the data source. The range cannot include merged cells and cannot be composed of multiple selections. |
Returns
| Type | Description |
|---|---|
| WorksheetDataBinding | A WorksheetDataBinding object that contains information about the data source range. |
Remarks
To use the returned WorksheetDataBinding instance as the data source, access its WorksheetDataBinding.DataSource property.
Another method that creates the data source from a worksheet range is the CellRange.GetDataSource method. It is equivalent to the CreateDataSource method but operates with the CellRange instance.