Table.GetDataSource() Method
Creates the data source from the worksheet table using the specified options.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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