Skip to main content
A newer version of this page is available. .
Row

WorksheetDataBindingCollection.BindToDataSource Method

Name Parameters Description
BindToDataSource(Object, Range, ExternalDataSourceOptions) dataSource, range, options Binds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, Range) dataSource, range Binds the worksheet cell range to the specified data source.
BindToDataSource(Object, Int32, Int32, ExternalDataSourceOptions) dataSource, rowIndex, columnIndex, options Binds the worksheet cell range to the specified data source using the specified options.
BindToDataSource(Object, Int32, Int32) dataSource, rowIndex, columnIndex Binds the worksheet cell range to the specified data source.
BindToDataSource(Object) dataSource Binds the worksheet cell range to the specified data source.