Back to Devexpress

WorksheetDataBindingCollection.BindToDataSource(Object) Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetdatabindingcollection-dot-bindtodatasource-x28-system-dot-object-x29.md

latest2.2 KB
Original Source

WorksheetDataBindingCollection.BindToDataSource(Object) Method

Binds the worksheet cell range to the specified data source.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
WorksheetDataBinding BindToDataSource(
    object dataSource
)
vb
Function BindToDataSource(
    dataSource As Object
) As WorksheetDataBinding

Parameters

NameTypeDescription
dataSourceObject

A data source object whose data should be retrieved into the worksheet.

|

Returns

TypeDescription
WorksheetDataBinding

A WorksheetDataBinding object that contains information about the data-bound range.

|

Remarks

Binds the specified data source to the top left corner of the current worksheet, i.e. the binding range starts with the cell with row and column indexes equal to 0. The method uses default values of the ExternalDataSourceOptions object.

See Also

Data Binding in WinForms Spreadsheet Control

DataBindings

Error

WorksheetDataBindingCollection Interface

WorksheetDataBindingCollection Members

DevExpress.Spreadsheet Namespace