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

WorksheetDataBindingCollection.BindTableToDataSource Method

Name Parameters Description
BindTableToDataSource(Object, Range, ExternalDataSourceOptions) dataSource, range, options Creates a worksheet table from the specified range and binds it to the data source using the specified options.
BindTableToDataSource(Object, Range) dataSource, range Creates 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, options Creates 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, columnIndex Creates a worksheet table with its top left corner at the specified cell and binds it to the data source using default options.
BindTableToDataSource(Object) dataSource Creates a worksheet table starting from the upper left worksheet cell and binds it to the data source using default options.