WorksheetDataBindingCollection.BindTableToDataSource(Object, Int32, Int32) Method
In This Article
Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using default options.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
WorksheetTableDataBinding BindTableToDataSource(
object dataSource,
int rowIndex,
int columnIndex
)
#Parameters
Name | Type | Description |
---|---|---|
data |
Object | A data source object whose data should be retrieved into the worksheet. |
row |
Int32 | An integer that is the row index of the top left cell in the worksheet table. |
column |
Int32 | An integer that is the column index of the top left cell in the worksheet table. |
#Returns
Type | Description |
---|---|
Worksheet |
A Worksheet |
See Also