Back to Devexpress

Table.GetDataSource() Method

officefileapi-devexpress-dot-spreadsheet-dot-table-b223f2ca.md

latest1.5 KB
Original Source

Table.GetDataSource() Method

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
object GetDataSource()
vb
Function GetDataSource As Object

Returns

TypeDescription
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

Data Binding in WinForms Spreadsheet Control

DataBindings

Error

Table Interface

Table Members

DevExpress.Spreadsheet Namespace