Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CellRange.GetDataSource() Method

Creates the data source from the current cell range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

object GetDataSource()

Returns

Type Description
Object

An object that specifies the created data source.

Remarks

Another method that creates the data source from a worksheet range is the WorksheetDataBindingCollection.CreateDataSource method. It creates a worksheet data binding and adds it to the collection. To obtain a data source associated with a particular binding, use the WorksheetDataBinding.DataSource property.

See Also