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

Table.GetDataSource() Method

Creates the data source from the worksheet table using the specified options.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

object GetDataSource()

Returns

Type Description
Object

An object that is the created data source.

Remarks

The method also creates the WorksheetTableDataBinding object and adds it to the Worksheet.DataBindings collection.

See Also