Back to Devexpress

WorksheetDataBindingCollection.BindTableToDataSource Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetdatabindingcollection-dot-bindtabletodatasource.md

latest1.9 KB
Original Source

WorksheetDataBindingCollection.BindTableToDataSource Method

NameParametersDescription
BindTableToDataSource(Object, CellRange, ExternalDataSourceOptions)dataSource, range, optionsCreates a worksheet table from the specified range and binds it to the data source using the specified options.
BindTableToDataSource(Object, CellRange)dataSource, rangeCreates a worksheet table from the specified range and binds it to the data source using default options.
BindTableToDataSource(Object, Int32, Int32, ExternalDataSourceOptions)dataSource, rowIndex, columnIndex, optionsCreates a worksheet table with its top left corner at the specified cell and binds it to the data source using the specified options.
BindTableToDataSource(Object, Int32, Int32)dataSource, rowIndex, columnIndexCreates a worksheet table with its top left corner at the specified cell and binds it to the data source using default options.
BindTableToDataSource(Object)dataSourceCreates a worksheet table starting from the upper left worksheet cell and binds it to the data source using default options.