WorksheetDataBindingCollection.BindTableToDataSource Method
Name | Parameters | Description |
---|---|---|
BindTableToDataSource(Object) | dataSource | Creates a worksheet table starting from the upper left worksheet cell and binds it to the data source using default options. |
BindTableToDataSource(Object, CellRange) | dataSource, range | Creates a worksheet table from the specified range and binds it to the data source using default options. |
BindTableToDataSource(Object, CellRange, 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, 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, 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. |
Feedback