Table.GetDataSource() Method
In This Article
Creates the data source from the worksheet table using the specified options.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.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