Back to Devexpress

WorksheetDataBindingCollection.BindToDataSource Method

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

latest1.6 KB
Original Source

WorksheetDataBindingCollection.BindToDataSource Method

NameParametersDescription
BindToDataSource(Object, CellRange, ExternalDataSourceOptions)dataSource, range, optionsBinds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, CellRange)dataSource, rangeBinds the worksheet cell range to the specified data source.
BindToDataSource(Object, Int32, Int32, ExternalDataSourceOptions)dataSource, rowIndex, columnIndex, optionsBinds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, Int32, Int32)dataSource, rowIndex, columnIndexBinds the worksheet cell range to the specified data source.
BindToDataSource(Object)dataSourceBinds the worksheet cell range to the specified data source.